Gotta update the datestamp too.

This commit is contained in:
W1CDN 2023-07-12 13:36:27 -05:00
parent 875546040f
commit f447a807b2

View File

@ -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