mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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'))
|
||||
|
||||
|
||||
|
||||
|
||||
def create_webserver(urls, methods, middleware):
|
||||
from web import webpyfunc, wsgifunc
|
||||
from lib.gtk_cherrypy_wsgiserver import CherryPyWSGIServer
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
from utils import *
|
||||
import utils #todo remove the line above.
|
||||
from render import render, error_page
|
||||
import time
|
||||
import page_decorators as deco
|
||||
from config_forms import config_page
|
||||
from torrent_options import torrent_options
|
||||
|
|
Loading…
Add table
Reference in a new issue