Update yeti.py

add method version
pull/488/head
Sebdraven 2021-02-05 11:47:27 +01:00
parent 619d648084
commit b29b3ded28
1 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,8 @@ def handler(q=False):
return False
request = json.loads(q)
attribute = request['attribute']
def version():
moduleinfo['config'] = moduleconfig
return moduleinfo