Correction typo
This commit is contained in:
parent
5fbf657b1b
commit
efe5c0cb2f
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user