Skip to content

Commit 82ff5e3

Browse files
author
Joel Collins
committed
Added back app run
1 parent ddb130b commit 82ff5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ def gen_property(property_object, property_name, name: str = None, post=True):
108108
labthing.add_view(gen_property(my_component, "magic_dictionary"), "/dictionary")
109109

110110
# Start the app
111-
# if __name__ == "__main__":
112-
# app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=False)
111+
if __name__ == "__main__":
112+
app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=False)

0 commit comments

Comments
 (0)