@@ -246,7 +246,6 @@ def get_size(path):
elif size < pow(1024,4):
return f"{round(size/(pow(1024,3)), 2)} GB"
@app.route('/data/<path:filename>')
def download_data_file(filename):
return send_from_directory('data', filename)
The note is not visible to the blocked user.