Update yeti.py

add logs
pull/488/head
Sebdraven 2021-03-05 11:06:12 +01:00
parent 1209cd3a75
commit 0f31893fdb
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ def handler(q=False):
if q is False:
return False
request = json.loads(q)
print(request)
attribute = request['attribute']
print(attribute)