Correction typo

This commit is contained in:
David 2022-12-18 23:13:14 +01:00
parent 8c7c85192c
commit 230f647c38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import sqlite3
# Constantes
api_url = 'http://localhost:8080/colibri/stats'
statsPath = '/srv/visio.chapril.org/statistiques'
dbPath = '/srv/visio.chapril.org/stats_sqlite.db'
dbPath = '/srv/visio.chapril.org/statistiques/stats_sqlite.db'
# Classes
class SQLite: