broadfield-dev commited on
Commit
7405eec
·
verified ·
1 Parent(s): eef1dca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def convert_endpoint():
127
  styles=data.get('styles', {}),
128
  include_fontawesome=data.get('include_fontawesome', False)
129
  )
130
- options = {"quiet": "", 'encoding': "UTF-8", "--no-cache": ""}
131
 
132
  if data.get('download', False):
133
  download_type = data.get('download_type', 'png')
 
127
  styles=data.get('styles', {}),
128
  include_fontawesome=data.get('include_fontawesome', False)
129
  )
130
+ options = {"quiet": "", 'encoding': "UTF-8"}
131
 
132
  if data.get('download', False):
133
  download_type = data.get('download_type', 'png')