This commit is contained in:
Kovid Goyal 2019-10-24 14:00:04 +05:30
parent ead1b832f8
commit 4eeede8d25
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -215,7 +215,7 @@ def create_profile():
ans.setHttpUserAgent(ua)
if is_running_from_develop:
from calibre.utils.rapydscript import compile_viewer
print('Compiling viewer code...')
prints('Compiling viewer code...')
compile_viewer()
js = P('viewer.js', data=True, allow_user_override=False)
translations_json = get_translations_data() or b'null'