mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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 deluge import component
|
||||
|
||||
pagemanager = component.get("PageManager")
|
||||
pagemanager = component.get("PageManager")
|
||||
if not middleware:
|
||||
middleware = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue