fix interface.start
This commit is contained in:
parent
352861703c
commit
127e85c565
|
@ -56,7 +56,7 @@ def start_deluge():
|
|||
print "Starting new Deluge session..."
|
||||
interface = deluge.interface.DelugeGTK()
|
||||
add_args(interface)
|
||||
interface.start(hidden=options.tray)
|
||||
interface.start()
|
||||
|
||||
|
||||
def add_args(interface):
|
||||
|
|
Loading…
Reference in New Issue