This commit is contained in:
Aevann1 2022-04-25 18:38:06 +02:00
parent b6ba26f758
commit c21f04d664
11 changed files with 42 additions and 42 deletions

View file

@ -18,8 +18,8 @@ from datetime import datetime
import requests
from urllib.parse import quote, urlencode
GUMROAD_ID = environ.get("GUMROAD_ID", "tfcvri").strip()
GUMROAD_TOKEN = environ.get("GUMROAD_TOKEN", "").strip()
GUMROAD_ID = environ.get("GUMROAD_ID", "tfcvri")
GUMROAD_TOKEN = environ.get("GUMROAD_TOKEN", "")
month = datetime.now().strftime('%B')