Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6f2a85c

Browse files
committed
repair plugin_cx
1 parent e8e86c6 commit 6f2a85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__author__ = "yanyongyu"
8-
__version__ = "1.4"
8+
__version__ = "1.5"
99

1010
import asyncio
1111
import logging
@@ -96,7 +96,7 @@ def show(self):
9696
plugin_menu = Menu(menu, tearoff=0)
9797
plugin_menu.add_cascade(
9898
label="超星",
99-
command=lambda: webbrowser.open(App.PlUGIN_CX_URL)
99+
command=lambda: webbrowser.open(App.PLUGIN_CX_URL)
100100
)
101101
menu.add_cascade(label="浏览器插件", menu=plugin_menu)
102102

0 commit comments

Comments
 (0)