Update yeti.py

correct import
pull/488/head
Sebdraven 2021-02-05 11:37:34 +01:00
parent 10e9b6db12
commit 619d648084
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import json import json
import json
try: try:
import pyeti import pyeti
except ImportError: except ImportError:
@ -30,7 +28,7 @@ class Yeti:
if obs: if obs:
return obs return obs
def
def handler(q=False): def handler(q=False):
if q is False: if q is False:
return False return False