fixing updater crash
This commit is contained in:
parent
d0c765abee
commit
2274c85ec9
@ -38,4 +38,4 @@ class UpdateFinder(QtCore.QThread):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
self.updateResult.emit(latest)
|
self.updateResult.emit(latest or constants['version'])
|
||||||
|
Loading…
Reference in New Issue
Block a user