This commit is contained in:
Untriex Programming
2021-04-21 19:28:26 +02:00
parent 4aa55cd35e
commit 3324bb731c
2 changed files with 15 additions and 7 deletions

View File

@@ -76,3 +76,5 @@ if command == "clean":
with open("settings.json", "w", encoding='utf-8') as file:
json.dump(settings, file, indent=2)