This commit is contained in:
Aevann1 2021-08-19 07:59:44 +02:00
parent 6a046dd910
commit b84d5a4abf

View file

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