Add native Windows compatibility layer

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 15:09:47 +09:00
parent ead7c01822
commit 0888a3b3e6
54 changed files with 1104 additions and 267 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ def create_default_admin():
}
}
}
with open(auth_path, "w") as f:
with open(auth_path, "w", encoding="utf-8") as f:
json.dump(auth_data, f, indent=2)
print(f" [ok] Initial admin user created ({username})")
print(f" Temporary password: {password}")