mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +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..."
|
print "Starting new Deluge session..."
|
||||||
interface = deluge.interface.DelugeGTK()
|
interface = deluge.interface.DelugeGTK()
|
||||||
add_args(interface)
|
add_args(interface)
|
||||||
interface.start(hidden=options.tray)
|
interface.start()
|
||||||
|
|
||||||
|
|
||||||
def add_args(interface):
|
def add_args(interface):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue