fix update

This commit is contained in:
St.Huang 2018-07-02 18:40:42 +08:00
parent d041775e9a
commit d93286e97c
2 changed files with 0 additions and 5 deletions

BIN
2.0.x.zip

Binary file not shown.

View File

@ -98,9 +98,4 @@ def window_shortcut(key_sequence):
"""
global my_shortcut
my_shortcut = key_sequence
try:
from .ui import check_updates
check_updates()
except:
pass