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

pull/334/head
romeo-golf 2017-01-08 03:57:13 +00:00
rodzic feee5be04f
commit 6d815957c2
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.