Correction typo

This commit is contained in:
David 2022-12-18 23:28:54 +01:00
parent 5fbf657b1b
commit efe5c0cb2f

View File

@ -22,7 +22,7 @@ class SQLite:
def __initDb(self): def __initDb(self):
self.__openDb() self.__openDb()
self.cursor.execute(''' create table jististats( self.cursor.execute(''' create table jitsi_stats(
id integer primary key autoincrement, id integer primary key autoincrement,
timestamp text, timestamp text,
key_field text, key_field text,