mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
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…
x
Reference in New Issue
Block a user