While True exit.

This commit is contained in:
Casper 2019-04-24 10:55:38 +02:00
parent 241c434672
commit c1d2bcc3f8

View File

@ -31,5 +31,6 @@ while True:
}
print(json.dumps(result))
exit() # TODO
except Exception as e:
print(e)