Compare commits

..

No commits in common. "0690ac52128ea4df11112e7c527690052d717ee1" and "d9027356abeba6983f7bc71b7320730060a97f9b" have entirely different histories.

3
db.py
View file

@ -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 """ # Insert example characters into the database if they don't already exist
characters = [ characters = [
('Murakami-san', 1, 0.35), ('Murakami-san', 1, 0.35),