From 85a16ffe08cc366f0aa9e336ae5ce65fb7ee2ed6 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Mon, 27 Sep 2021 09:53:37 -0700 Subject: [PATCH] add temp debug print --- web/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app.py b/web/app.py index 56d8429..efd8d96 100644 --- a/web/app.py +++ b/web/app.py @@ -5856,6 +5856,7 @@ TG #: ''' + str(tg_d.tg) + ''' def auth(): hblink_req = request.json print((hblink_req)) + print(peer_locations) if hblink_req['secret'] in shared_secrets(): try: if hblink_req['ping']: