Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmcg1 authored Feb 12, 2024
1 parent 7a2baf3 commit 376aa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(uvicorn wandbot.api.app:app --host="0.0.0.0" --port=8000) & \
(python -m wandbot.apps.slack -l en) & \
(python -m wandbot.apps.slack -l ja) & \
(python -m wandbot.apps.discord)
(python -m wandbot.apps.zendesk)
(python -m wandbot.apps.discord) & \
(python -m wandbot.apps.zendesk)

0 comments on commit 376aa94

Please sign in to comment.