Correction typo

This commit is contained in:
David 2022-12-18 23:09:41 +01:00
parent 2e60a3fa6c
commit 8c7c85192c
1 changed files with 2 additions and 1 deletions

View File

@ -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,