This commit is contained in:
Aevann1 2021-09-20 22:35:32 +02:00
parent 11fbedaa61
commit 524d6efff9
5 changed files with 4 additions and 8 deletions

View file

@ -7,8 +7,6 @@ from flask import g
from werkzeug.utils import secure_filename
from webptools import gifwebp
CF_KEY = environ.get("CLOUDFLARE_KEY", "").strip()
CF_ZONE = environ.get("CLOUDFLARE_ZONE", "").strip()
IMGUR_KEY = environ.get("IMGUR_KEY", "").strip()
IBB_KEY = environ.get("IBB_KEY", "").strip()