Update main.py
Browse files
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} (
|
| 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])
|