mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
[WebUI] Fix missing return from pep8 changes
This commit is contained in:
parent
ebc00f3d7c
commit
e232cd812a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue