mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
.
This commit is contained in:
parent
223165a825
commit
2d101de20d
@ -806,6 +806,7 @@ class MAINUI:
|
||||
)
|
||||
|
||||
def createsavegamedb(self):
|
||||
os.makedirs("userconfig", exist_ok=True)
|
||||
self.sqlsavegameinfo = sqlite3.connect(
|
||||
"userconfig/savegame.db", check_same_thread=False, isolation_level=None
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user