This commit is contained in:
Aevann1 2022-02-16 01:38:33 +02:00
parent c51ca5c5b2
commit 817d63b033
5 changed files with 9 additions and 14 deletions

View file

@ -621,4 +621,8 @@ discounts = {
71: 0.06,
72: 0.08,
73: 0.10,
}
}
CF_KEY = environ.get("CF_KEY", "").strip()
CF_ZONE = environ.get("CF_ZONE", "").strip()
CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/json"}