Compare commits
No commits in common. "0690ac52128ea4df11112e7c527690052d717ee1" and "d9027356abeba6983f7bc71b7320730060a97f9b" have entirely different histories.
0690ac5212
...
d9027356ab
1 changed files with 0 additions and 3 deletions
3
db.py
3
db.py
|
@ -41,9 +41,6 @@ cursor.execute("""
|
|||
)
|
||||
""")
|
||||
|
||||
# Initialize essential config key
|
||||
cursor.execute('INSERT INTO config VALUES ("last_seen_notif_id", 0)')
|
||||
|
||||
""" # Insert example characters into the database if they don't already exist
|
||||
characters = [
|
||||
('Murakami-san', 1, 0.35),
|
||||
|
|
Loading…
Add table
Reference in a new issue