dont rclone.copy icosaka

master
Aevann 2024-04-11 20:51:39 +02:00
parent f87c8f609d
commit a364759891
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ def process_badge_entry(oldname, v, comment_body):
if SITE == 'watchpeopledie.tv':
from rclone_python import rclone
def rclone_copy(filename):
if SITE == 'watchpeopledie.tv' and g.v and g.v.username.lower().startswith("icosaka"): return
rclone.copy(filename, 'no:/videos', ignore_existing=True, show_progress=False)
def rclone_delete(path):
params = ("rclone", "deletefile", path)