Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
luolongfei committed Dec 29, 2021
2 parents efc78ca + 59fdfbd commit b0052df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netflix.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ def run(self):
break
except Exception as e:
logger.warning(
f'在执行密码恢复操作过程中出错:{str(e)},将重试,最多不超过 {self.max_num_of_attempts}[{num}/{self.max_num_of_attempts}]')
f'在执行密码恢复操作过程中出错:{str(e)},将重试,最多不超过 {self.max_num_of_attempts} [{num}/{self.max_num_of_attempts}]')
self.error_page_screenshot()
finally:
# 超过最大尝试次数
Expand Down

0 comments on commit b0052df

Please sign in to comment.