mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Fix spinner URL
This commit is contained in:
@@ -80,7 +80,7 @@ def job_thumbnail(job_id):
|
|||||||
return send_file(thumb_video_path, mimetype="video/mp4")
|
return send_file(thumb_video_path, mimetype="video/mp4")
|
||||||
elif os.path.exists(thumb_image_path):
|
elif os.path.exists(thumb_image_path):
|
||||||
return send_file(thumb_image_path, mimetype='image/jpeg')
|
return send_file(thumb_image_path, mimetype='image/jpeg')
|
||||||
return send_file('static/spinner.gif', mimetype="image/gif")
|
return send_file('static/images/spinner.gif', mimetype="image/gif")
|
||||||
|
|
||||||
|
|
||||||
# Get job file routing
|
# Get job file routing
|
||||||
|
|||||||
Reference in New Issue
Block a user