fix if/then loop
This commit is contained in:
parent
4f389246e2
commit
e62942c0b4
@ -860,6 +860,11 @@ class Manager:
|
||||
ports = [random.randrange(49152, 65535), random.randrange(49152, 65535)]
|
||||
ports.sort()
|
||||
deluge_core.set_listen_on(ports)
|
||||
else:
|
||||
import random
|
||||
ports = [random.randrange(49152, 65535), random.randrange(49152, 65535)]
|
||||
ports.sort()
|
||||
deluge_core.set_listen_on(ports)
|
||||
else:
|
||||
PREF_FUNCTIONS[pref](self.get_pref(pref))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user