Author: andar
Revision: 5086
Log:
Fix starting the console ui
Diff:
Modified: trunk/deluge/ui/ui.py
===================================================================
--- trunk/deluge/ui/ui.py 2009-04-18 18:27:35 UTC (rev 5085)
+++ trunk/deluge/ui/ui.py 2009-04-18 18:28:35 UTC (rev 5086)
@@ -59,7 +59,7 @@
elif selected_ui == "console":
log.info("Starting ConsoleUI..")
from deluge.ui.console.main import ConsoleUI
- ui = ConsoleUI(ui_args).run()
+ ui = ConsoleUI(ui_args)
except ImportError, e:
import sys
import traceback
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---