From ba03f7af7e6e2f23f480f24b524fd532b772e970 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 1 Feb 2025 18:34:45 -0800 Subject: [PATCH] db commit tab --- db_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_handler.py b/db_handler.py index b5c1d2a..30f622f 100644 --- a/db_handler.py +++ b/db_handler.py @@ -277,7 +277,7 @@ def maybe_store_nodeinfo_in_db(packet): packet['from'] )) - db_connection.commit() + db_connection.commit() # TODO display new node name in nodelist