forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann 2024-02-22 02:12:47 +02:00
parent 1166531760
commit f0a6594e72
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ def delete_file(filename, url):
purge_files_in_cloudflare_cache(url)
def send_file(filename):
rclone.copy(filename, 'no:/videos', ignore_existing=True)
rclone.copy(filename, 'no:/videos', ignore_existing=True, show_progress=False)
def process_sidebar_or_banner(oldname, v, type, resize):