kopia lustrzana https://github.com/jprochazka/adsb-receiver
Fix indent issue with line 153 of build/portal/python/maintenance.py
rodzic
7b85c3d398
commit
7a66a14da8
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue