Correction typo
This commit is contained in:
parent
2e60a3fa6c
commit
8c7c85192c
@ -7,6 +7,7 @@ import sys
|
||||
import requests
|
||||
import time
|
||||
import datetime
|
||||
import sqlite3
|
||||
|
||||
# Constantes
|
||||
api_url = 'http://localhost:8080/colibri/stats'
|
||||
@ -21,7 +22,7 @@ class SQLite:
|
||||
|
||||
def __initDb(self):
|
||||
self.__openDb()
|
||||
cursor.execute(''' create table jististats(
|
||||
self.cursor.execute(''' create table jististats(
|
||||
id integer primary key autoincrement,
|
||||
timestamp text,
|
||||
key_field text,
|
||||
|
Loading…
Reference in New Issue
Block a user