Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Nov 23, 2024
1 parent b1d67a7 commit 9497a40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion config_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
)
from config_cloud import config_cloud
from db import DnfHelperChronicleExchangeListDB
from first_run import is_first_run
from log import color, fileHandler, logger, new_file_handler
from notice import Notice, NoticeManager
from qq_login import QQLogin
Expand Down
6 changes: 4 additions & 2 deletions djc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3429,7 +3429,9 @@ def show_dnf_helper_info_guide(self, extra_msg="", show_message_box_once_key="",
show_message_box_once_key != ""
and is_first_run(self.get_show_dnf_helper_info_guide_key(show_message_box_once_key))
):
async_message_box(tips, "助手信息获取指引", print_log=False, open_url="https://docs.qq.com/doc/DYmN0UldUbmxITkFj")
async_message_box(
tips, "助手信息获取指引", print_log=False, open_url="https://docs.qq.com/doc/DYmN0UldUbmxITkFj"
)

def reset_show_dnf_helper_info_guide_key(self, show_message_box_once_key: str):
reset_first_run(self.get_show_dnf_helper_info_guide_key(show_message_box_once_key))
Expand Down Expand Up @@ -7938,7 +7940,7 @@ def dnf_star_and_wish(self):
self.dnf_star_and_wish_op("见面礼", "340356")
self.dnf_star_and_wish_op("幸运勇士礼包", "340360")

self.dnf_star_and_wish_op("许愿道具", "340366", iIndex = 0)
self.dnf_star_and_wish_op("许愿道具", "340366", iIndex=0)

self.dnf_star_and_wish_op("登录游戏奖励", "340569")
self.dnf_star_and_wish_op("副本通关奖励", "340571")
Expand Down

0 comments on commit 9497a40

Please sign in to comment.