mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +00:00
[WebUI] Set debug to false for gettext script
This commit is contained in:
parent
7ad8431dd9
commit
de3a6c443d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import re
|
||||||
|
|
||||||
WEBUI_JS_DIR = 'deluge/ui/web/js/deluge-all'
|
WEBUI_JS_DIR = 'deluge/ui/web/js/deluge-all'
|
||||||
# Enabling Debug adds file and line number as comments to the gettext file.
|
# Enabling Debug adds file and line number as comments to the gettext file.
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
|
|
||||||
def check_missing_markup(js_dir):
|
def check_missing_markup(js_dir):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue