forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-07-13 13:50:31 +03:00
parent b808229852
commit 5e6fb299dc
1 changed files with 1 additions and 1 deletions

View File

@ -1461,7 +1461,7 @@ def gumroad():
created_utc = int(time.mktime(time.strptime(data['sale_timestamp'].split('.')[0], "%Y-%m-%dT%H:%M:%SZ")))
if data.get('recurrenace'):
if data.get('recurrence'):
type = "monthly"
else:
type = "one-time"