Skip to content

Commit

Permalink
Update config.py (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRyanHuang authored Dec 22, 2023
1 parent 6f21ca5 commit 0d44264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HackathonBot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
'repo_urls': ['https://api.github.com/repos/PaddlePaddle/Paddle/pulls'],

# 最大的任务ID
'max_task_id' : 38,
'max_task_id' : 39,

# 忽略不处理的题号,这部分留给人工处理
'un_handle_tasks' : [], # 已经手动分配出去了
Expand Down

0 comments on commit 0d44264

Please sign in to comment.