Skip to content

Commit 90a2073

Browse files
authored
Merge pull request #9 from GOOD-AN/dev
fix: 打开检查更新
2 parents afc9de8 + 8f79e19 commit 90a2073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def start_info():
102102
try:
103103
start_info()
104104
init_config()
105-
# check_update(MAIN_VERSION)
105+
check_update(MAIN_VERSION)
106106
input("按回车键继续")
107107
start()
108108
except KeyboardInterrupt:

0 commit comments

Comments
 (0)