Skip to content

Commit

Permalink
添加logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gwtak committed Jul 11, 2021
1 parent 68d6218 commit 74347b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def main():
b = os.environ['BDUSS'].split('#')
for n, i in enumerate(b):
if(len(i) <= 0):
logger.info("未检测到BDUSS")
continue
logger.info("开始签到第" + str(n) + "个用户" + i)
tbs = get_tbs(i)
Expand Down

0 comments on commit 74347b8

Please sign in to comment.