mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 06:17:50 +00:00
touchup to new version check
This commit is contained in:
parent
756dcd294b
commit
bb5231bdf7
@ -124,7 +124,7 @@ class DelugeGTK:
|
||||
import os, sys
|
||||
py_version = sys.version[:3]
|
||||
file = '/usr/lib/python' + py_version + '/site-packages/deluge/update.py'
|
||||
os.spawnlp(os.P_NOWAIT, 'python', 'python', file, '0.5.3')
|
||||
os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION)
|
||||
|
||||
if self.config.get("new_releases"):
|
||||
new_release_check()
|
||||
|
Loading…
x
Reference in New Issue
Block a user