1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

style(comment): 修改一些注释格式

This commit is contained in:
2026-01-15 17:08:54 +08:00
parent 4d8f8130dc
commit ba60a5d884
2 changed files with 7 additions and 9 deletions
+1 -3
View File
@@ -214,9 +214,7 @@ class AutoLib(MsgBase):
login_config.get("auto_captcha", True), login_config.get("auto_captcha", True),
): ):
return 1 return 1
""" # Here, we collect the run mode from the run config.
Here, we collect the run mode from the run config.
"""
run_mode = run_mode_config.get("run_mode", 0) run_mode = run_mode_config.get("run_mode", 0)
run_mode = { run_mode = {
"auto_reserve": run_mode&0x1, "auto_reserve": run_mode&0x1,
+1 -1
View File
@@ -336,7 +336,7 @@ class LibChecker(LibOperator):
def postRenewCheck( def postRenewCheck(
self, self,
record: dict record: dict
): ) -> bool:
""" """
Check if the renew operation is successful Check if the renew operation is successful