Skip to content

Commit

Permalink
hotfix/launch_script
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 8, 2023
1 parent c7b9547 commit 11a613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind_core/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def listen(port: int, ssl: bool, cert_dir: str, cert_name: str):
}

service = HiveMindService(websocket_config=websocket_config)
service.start()
service.run()


if __name__ == "__main__":
Expand Down

0 comments on commit 11a613e

Please sign in to comment.