parent
59915be661
commit
1368c907a2
2 changed files with 2 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -183,7 +183,7 @@ cython_debug/
|
|||
|
||||
# Custom stuff
|
||||
gacha_game*.db
|
||||
gacha_game*.db*
|
||||
gacha_game*.db.*
|
||||
config*.ini
|
||||
|
||||
.idea
|
||||
.idea
|
|
@ -16,7 +16,6 @@ def connect() -> None:
|
|||
CONNECTION = sqlite3.connect(DB_PATH, autocommit=True)
|
||||
CONNECTION.row_factory = sqlite3.Row
|
||||
CURSOR = CONNECTION.cursor()
|
||||
CURSOR.execute('pragma journal_mode=wal')
|
||||
|
||||
|
||||
def setup_administrators() -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue