alphabagibagi commited on
Commit
f55904d
·
verified ·
1 Parent(s): e3f4548

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -9
start.sh CHANGED
@@ -1,11 +1,3 @@
1
  #!/bin/bash
2
- # Start Telegram bots and Admin console
3
-
4
- # Start the admin web console in background
5
- python admin.py &
6
-
7
- # Start the Chat bot in background
8
- python chat_bot.py &
9
-
10
- # Start the Image Generator bot (main process)
11
  python bot.py
 
1
  #!/bin/bash
2
+ # Start the Main Image Generator bot
 
 
 
 
 
 
 
 
3
  python bot.py