maybe this time

This commit is contained in:
2019-08-19 23:07:07 -05:00
parent f08c07c2a8
commit a0d4899cd7
2 changed files with 2 additions and 2 deletions

View File

@@ -34,5 +34,5 @@ def getstatus():
@app.route('/images/blooper.jpg')
def send_image():
#filename = os.path.join('resources', 'blooper.jpg')
return send_from_directory('/../resources/', 'blooper.jpg', as_attachment=True)
return send_from_directory('/resources/', 'blooper.jpg', as_attachment=True)