add temp debug print
This commit is contained in:
parent
f16dc601ca
commit
85a16ffe08
@ -5856,6 +5856,7 @@ TG #: <strong> ''' + str(tg_d.tg) + '''</strong>
|
|||||||
def auth():
|
def auth():
|
||||||
hblink_req = request.json
|
hblink_req = request.json
|
||||||
print((hblink_req))
|
print((hblink_req))
|
||||||
|
print(peer_locations)
|
||||||
if hblink_req['secret'] in shared_secrets():
|
if hblink_req['secret'] in shared_secrets():
|
||||||
try:
|
try:
|
||||||
if hblink_req['ping']:
|
if hblink_req['ping']:
|
||||||
|
Loading…
Reference in New Issue
Block a user