Skip to content

Commit d9c5725

Browse files
authored
Fix plugin being stuck in downloading state
This fixed #17
1 parent 2f864e6 commit d9c5725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.py

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def auto_update_executable(cls):
253253
else:
254254
if current_version == latest_version:
255255
# don't need to update
256+
cls.downloading = False
256257
return executable_path
257258

258259
notify(

0 commit comments

Comments
 (0)