fix typo bug

pull/33/head
ChunKoo Park 2023-01-30 21:40:33 +09:00
parent 61db775ed8
commit 9990633cea
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def save_settings(m):
global scripts_dir, settings
if settings is None:
settigns = get_settings()
settings = get_settings()
for k in m.keys():
settings[k] = m[k]