Revert "dont rclone.copy icosaka"

This reverts commit a364759891.
master
Aevann 2024-04-11 21:47:53 +02:00
parent 5fdc447ad6
commit 4f649a6c73
1 changed files with 0 additions and 1 deletions

View File

@ -329,7 +329,6 @@ 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)