diff --git a/__pycache__/cls_mth_fc.cpython-312.pyc b/__pycache__/cls_mth_fc.cpython-312.pyc index 3e4e606..666d80e 100644 Binary files a/__pycache__/cls_mth_fc.cpython-312.pyc and b/__pycache__/cls_mth_fc.cpython-312.pyc differ diff --git a/cls_mth_fc.py b/cls_mth_fc.py index 4c02937..2f0a0ec 100755 --- a/cls_mth_fc.py +++ b/cls_mth_fc.py @@ -384,7 +384,7 @@ def if_tip(path): with open(path, "r", encoding="utf-8") as set_file2: lines2 = set_file2.readlines() if "False\n" in lines2: - tip = "False" + tip = False else: - tip = "True" + tip = True return tip