Update routes.py

pull/1005/head
Sasikumar .M 1 year ago committed by GitHub
parent 17dd1f1df1
commit f4b9c462e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -486,7 +486,7 @@ def element():
pass
empty_gif = base64.b64decode(
'R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==')
'R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='+'====')
return send_file(io.BytesIO(empty_gif), mimetype='image/gif')

Loading…
Cancel
Save