[WebUI] Fix missing return from pep8 changes
This commit is contained in:
parent
ebc00f3d7c
commit
e232cd812a
|
@ -14,7 +14,7 @@ from deluge import common
|
|||
|
||||
|
||||
def _(text):
|
||||
gettext.gettext(text).decode("utf-8")
|
||||
return gettext.gettext(text).decode("utf-8")
|
||||
|
||||
|
||||
def escape(text):
|
||||
|
|
Loading…
Reference in New Issue