Skip to content

Commit 1f42df3

Browse files
committed
2 parents 9dede71 + 18ee7ea commit 1f42df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHMLFRP_UI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# ------------------------------以下为程序信息--------------------
3636
APP_NAME = "CUL" # 程序名称
37-
APP_VERSION = "1.6.4" # 程序版本
37+
APP_VERSION = "1.6.5" # 程序版本
3838
PY_VERSION = "3.13.*" # Python 版本
3939
WINDOWS_VERSION = "Windows NT 10.0" # 系统版本
4040
Number_of_tunnels = 0 # 隧道数量
@@ -7383,4 +7383,4 @@ def apply_theme(self, is_dark):
73837383
sys.exit(app.exec())
73847384
except Exception as e:
73857385
print(f"发生意外错误: {e}")
7386-
traceback.print_exc()
7386+
traceback.print_exc()

0 commit comments

Comments
 (0)