Gotta update the datestamp too.
This commit is contained in:
parent
875546040f
commit
f447a807b2
|
@ -84,7 +84,8 @@ def main():
|
|||
query3 = "INSERT INTO stations ([from], last_heard_unix, count) \
|
||||
VALUES("+station_update+") \
|
||||
ON CONFLICT([from]) \
|
||||
DO UPDATE SET count = count + 1;"
|
||||
DO UPDATE SET count = count + 1,\
|
||||
last_heard_unix = excluded.last_heard_unix;"
|
||||
#print(query3)
|
||||
logging.debug(query3)
|
||||
# Insert/update data
|
||||
|
|
Loading…
Reference in New Issue
Block a user