fix blocking line

pull/226/head
Aevann 2024-03-31 00:29:16 +02:00
parent a1db93371d
commit 9ec26b286e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def purge_files_in_cloudflare_cache(files):
for file in files:
if file.startswith('https://videos.watchpeopledie.tv/'):
filename = file.split('https://videos.watchpeopledie.tv/')[1]
rclone.delete(f'no:/videos/{filename}')
gevent.spawn(rclone.delete, f'no:/videos/{filename}')
post_data = {"files": files}
res = None