aboutsummaryrefslogtreecommitdiff
path: root/src/perform_queries.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/perform_queries.py')
-rwxr-xr-xsrc/perform_queries.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perform_queries.py b/src/perform_queries.py
index c11ff1a..4e22f1b 100755
--- a/src/perform_queries.py
+++ b/src/perform_queries.py
@@ -7,7 +7,7 @@ import unbound
import psycopg2
# our own module used by several scripts in the project
-from ztdnslib import start_db_connection, get_ztdns_config, log
+from ztdnslib import start_db_connection, get_ztdns_config, log, set_loghour
class dns_queries:
def __init__(self, dns_IP, dns_id, services):
@@ -122,6 +122,7 @@ def resolve_call_back(mydata, status, result):
dups = False
hour = argv[1]
+set_loghour(hour) # log() function will now prepend messages with hour
vpn_id = argv[2]
config = get_ztdns_config()