refactor: moveplugins and temp folder to data/

This commit is contained in:
Soulter
2024-09-17 22:50:05 -04:00
parent 5bd6af3400
commit 78060c9985
17 changed files with 94 additions and 141 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ def check_env():
exit()
os.makedirs("data/config", exist_ok=True)
os.makedirs("temp", exist_ok=True)
os.makedirs("data/plugins", exist_ok=True)
os.makedirs("data/temp", exist_ok=True)
# workaround for issue #181
mimetypes.add_type("text/javascript", ".js")