1
0
Fork 0
forked from waifu/kemoverse

initialize last_seen_notif_id in db.py

This commit is contained in:
chris 2025-05-24 21:15:16 -05:00
parent d9027356ab
commit e8774cb8bd

3
db.py
View file

@ -41,6 +41,9 @@ 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),