Update yeti.py

add logs
pull/488/head
Sebdraven 2021-03-05 15:08:32 +01:00
parent cb008124c3
commit 7e1bf41d47
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ def handler(q=False):
if yeti_client:
obs = yeti_client.search(obs_value)
print(obs)
values = []
types = []
to_push = {"results": []}