parent
0009766fd9
commit
72cb84d1cd
11 changed files with 41 additions and 41 deletions
|
@ -18,8 +18,8 @@ from datetime import datetime
|
|||
import requests
|
||||
from urllib.parse import quote, urlencode
|
||||
|
||||
GUMROAD_ID = environ.get("GUMROAD_ID", "tfcvri")
|
||||
GUMROAD_TOKEN = environ.get("GUMROAD_TOKEN", "")
|
||||
GUMROAD_ID = environ.get("GUMROAD_ID", "tfcvri").strip()
|
||||
GUMROAD_TOKEN = environ.get("GUMROAD_TOKEN", "").strip()
|
||||
|
||||
month = datetime.now().strftime('%B')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue