Blackened

This commit is contained in:
jtc42 2020-01-03 00:21:16 +00:00
parent 6be8b0044a
commit ab6fa9f0e5
11 changed files with 104 additions and 80 deletions

View file

@ -169,7 +169,7 @@ atexit.register(cleanup)
if __name__ == "__main__":
app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=False)
#from pprint import pprint
#pprint(labthing.spec.to_dict())
#with open('spec.yaml', 'w') as f:
# f.write(labthing.spec.to_yaml())
# from pprint import pprint
# pprint(labthing.spec.to_dict())
# with open('spec.yaml', 'w') as f:
# f.write(labthing.spec.to_yaml())