Small file naming typo fixed
This commit is contained in:
parent
789d49a2c9
commit
522d10f422
@ -541,7 +541,7 @@ def export_all_videos():
|
|||||||
with ZipFile('zip_exports/all_videos.zip', 'w') as zipf: #no compression, need to add zipfile.ZIP_DEFLATED for compression
|
with ZipFile('zip_exports/all_videos.zip', 'w') as zipf: #no compression, need to add zipfile.ZIP_DEFLATED for compression
|
||||||
zipdir('uploads/', zipf)
|
zipdir('uploads/', zipf)
|
||||||
|
|
||||||
return send_file("zip_exports/all_videos.zip", as_attachment=False, download_name="all_tables.zip")
|
return send_file("zip_exports/all_videos.zip", as_attachment=False, download_name="all_videos.zip")
|
||||||
|
|
||||||
|
|
||||||
def create_csv(table, filename):
|
def create_csv(table, filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user