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
@@ -44,7 +44,7 @@ def _wipe_memory_files():
continue
try:
if name == "memory.json":
with open(p, "w") as f:
with open(p, "w", encoding="utf-8") as f:
json.dump([], f)
else:
os.remove(p)