mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
fix indent
This commit is contained in:
parent
7990de2a31
commit
3185665941
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def WsgiApplication(middleware = None):
|
||||||
from web import webpyfunc, wsgifunc
|
from web import webpyfunc, wsgifunc
|
||||||
from deluge import component
|
from deluge import component
|
||||||
|
|
||||||
pagemanager = component.get("PageManager")
|
pagemanager = component.get("PageManager")
|
||||||
if not middleware:
|
if not middleware:
|
||||||
middleware = []
|
middleware = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue