mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix interface.start
This commit is contained in:
parent
352861703c
commit
127e85c565
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue