Skip to content

Commit

Permalink
修改脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Nov 13, 2024
1 parent d2fca67 commit 97ca737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 69yun.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def generate_config():
bot_token = os.getenv('BOT_TOKEN')
chat_id = os.getenv('CHAT_ID')

if not bot_token or not chat_id:
raise ValueError("BOT_TOKEN 和 CHAT_ID 是必需的环境变量。")
# if not bot_token or not chat_id:
# raise ValueError("BOT_TOKEN 和 CHAT_ID 是必需的环境变量。")

# 获取用户和密码的环境变量
accounts = []
Expand Down

0 comments on commit 97ca737

Please sign in to comment.