Fix indent issue with line 153 of build/portal/python/maintenance.py

pull/295/head
romeo-golf 2017-01-08 03:56:34 +00:00
rodzic 056ab188f5
commit b5b04ef1e7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -150,7 +150,7 @@ while true:
#SQLite
if config["database"]["type"] == "sqlite":
params = (purge_date,)
cursor.execute("DELETE FROM adsb_positions WHERE time < ?", params)
cursor.execute("DELETE FROM adsb_positions WHERE time < ?", params)
## Close the database connection.