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

pull/289/head
Romeo-Golf 2017-01-08 03:56:55 +00:00
rodzic 7b85c3d398
commit 7a66a14da8
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.