diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index 3688d01..832f7f4 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -273,6 +273,8 @@ def hkfcD_vote_thanks(): else: identity = randomUrlSuffix(8) user_agent = request.headers.get('User-Agent') + print("Identity: " + identity) + print("User Agent: " + user_agent) warn("Identity and User-Agent set") id_commit = "INSERT INTO motmSessions (sessionID) VALUES ('" + identity + "')" ua_commit = "INSERT INTO motmSessions (userAgent) VALUES ('" + user_agent + "')"