Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Dec 3, 2024
1 parent 1e87684 commit c5c3c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def start_builtin_services(
from hypha.apps import ServerAppController
from hypha.runner import BrowserAppRunner

bar = BrowserAppRunner(store, in_docker=args.in_docker)
BrowserAppRunner(store, in_docker=args.in_docker)
ServerAppController(
store,
port=args.port,
Expand Down

0 comments on commit c5c3c8a

Please sign in to comment.