Update DreamTown

This commit is contained in:
Li 2022-07-31 14:23:33 +12:00
parent decf65ad9b
commit ae8c50c464
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ def pass_salt_algo(passwd, Salt):
return binascii.hexlify(outHash).decode("utf-8")
c = db.cursor()
try:
c.execute("""PRAGMA journal_mode=WAL;""")
except:
pass
try:
c.execute("""
CREATE TABLE users(