ffzeroHua commited on
Commit
4b4b36f
·
verified ·
1 Parent(s): 4666119

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ async def run_bot(index, config):
19
  while True:
20
  changci = config["changci"]
21
  bot_id = config["id"]
22
- print(f"========== 正在启动机器人 {index + 1} (房间 {room_id} | 账号 {bot_id}) ==========")
23
 
24
  # 启动脚本,不仅传房间号,还把专属 ID 传进去
25
  bots[index] = subprocess.Popen(["python", "-u", "core.py", bot_id, changci])
 
19
  while True:
20
  changci = config["changci"]
21
  bot_id = config["id"]
22
+ print(f"========== 正在启动机器人 {index + 1} (账号 {bot_id}) ==========")
23
 
24
  # 启动脚本,不仅传房间号,还把专属 ID 传进去
25
  bots[index] = subprocess.Popen(["python", "-u", "core.py", bot_id, changci])