This commit is contained in:
karl.hudgell 2021-10-26 15:45:03 +01:00
parent 8e57c73059
commit b31d16958f

View File

@ -43,9 +43,7 @@ def hello():
shell=True, shell=True,
).stdout.decode("utf-8") ).stdout.decode("utf-8")
print(result) print(result)
# if result != "Characteristic value was written successfully": if "Characteristic value was written successfully" not in result:
# raise Exception("Didn't work") raise Exception("Didn't work")
# else: else:
# return request.query_string return request.query_string
# except print(0):
# pass