fix missing import

pull/226/head
Aevann 2024-03-31 00:30:52 +02:00
parent 9ec26b286e
commit 9fced0de0e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import requests
from files.helpers.config.const import *
if SITE == 'watchpeopledie.tv':
import gevent
from rclone_python import rclone
CLOUDFLARE_API_URL = "https://api.cloudflare.com/client/v4"