forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-19 07:59:44 +02:00
parent ef43ba3c59
commit 6834949f9e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from os import environ
from PIL import Image as IImage, ImageSequence
import base64
from files.classes.images import *
from flask import g
CF_KEY = environ.get("CLOUDFLARE_KEY", "").strip()
CF_ZONE = environ.get("CLOUDFLARE_ZONE", "").strip()