mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
[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…
x
Reference in New Issue
Block a user