[WebUI] Fix missing return from pep8 changes

This commit is contained in:
Calum Lind 2015-10-22 23:15:30 +01:00
parent ebc00f3d7c
commit e232cd812a
1 changed files with 1 additions and 1 deletions

View File

@ -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):