diff --git a/statistiques/getStats.py b/statistiques/getStats.py index bc8d271..b94f053 100755 --- a/statistiques/getStats.py +++ b/statistiques/getStats.py @@ -22,7 +22,7 @@ class SQLite: def __initDb(self): self.__openDb() - self.cursor.execute(''' create table jististats( + self.cursor.execute(''' create table jitsi_stats( id integer primary key autoincrement, timestamp text, key_field text,