kopia lustrzana https://github.com/jprochazka/adsb-receiver
Fix indent issue with line 153 of build/portal/python/maintenance.py - Issue #294
rodzic
056ab188f5
commit
8e63f0ec53
|
|
@ -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