Skip to content

Commit

Permalink
fix: remove webuiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Mar 19, 2024
1 parent 2479900 commit 220eb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def create_account(i: int, amount: int):
except KeyboardInterrupt:
print("ctrl-c pressed during setup")

del webui_server
# del webui_server
del template_web_server
del commands
del tari_connector_sample
Expand Down

0 comments on commit 220eb51

Please sign in to comment.