Skip to content

Commit d7e8fad

Browse files
authored
Merge pull request sequence-toolbox#279 from sequence-toolbox/bugfix/gui
[minor] fixing a bug in gui.py
2 parents ec9a132 + 8f83e69 commit d7e8fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
if __name__ == '__main__':
44
gui = RunGui('Test Project')
55
gui.load_graph()
6-
gui.gui.run_server(debug=False, host="127.0.0.1", port="8050")
6+
gui.gui.run(debug=False, host="127.0.0.1", port="8050")

0 commit comments

Comments
 (0)