mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
fix non-connected daemon
This commit is contained in:
parent
36fa568d16
commit
2852820a50
2 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,6 @@ utils.set_config_defaults()
|
||||||
sclient.set_core_uri(config.get('daemon'))
|
sclient.set_core_uri(config.get('daemon'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def create_webserver(urls, methods, middleware):
|
def create_webserver(urls, methods, middleware):
|
||||||
from web import webpyfunc, wsgifunc
|
from web import webpyfunc, wsgifunc
|
||||||
from lib.gtk_cherrypy_wsgiserver import CherryPyWSGIServer
|
from lib.gtk_cherrypy_wsgiserver import CherryPyWSGIServer
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
from utils import *
|
from utils import *
|
||||||
import utils #todo remove the line above.
|
import utils #todo remove the line above.
|
||||||
from render import render, error_page
|
from render import render, error_page
|
||||||
|
import time
|
||||||
import page_decorators as deco
|
import page_decorators as deco
|
||||||
from config_forms import config_page
|
from config_forms import config_page
|
||||||
from torrent_options import torrent_options
|
from torrent_options import torrent_options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue