commit update pullService explanatory note

This commit is contained in:
chenjia 2023-12-07 10:12:43 +08:00
parent 800e43eef1
commit 17c8afd7c3
1 changed files with 1 additions and 1 deletions

View File

@ -130,6 +130,6 @@ def check_pr(pr_infor):
return 0
#在main函数 中调用check_and_update_pull()函数
#在main函数中调用check_and_update_pull()函数
if __name__ == '__main__':
check_and_update_pull()