1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 17:18:24 +02:00

Update HelloAsso link

This commit is contained in:
2021-03-15 09:46:45 +01:00
parent 99a2134a57
commit f7d52aa6da
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ import requests
class Command(BaseCommand):
def handle(self, *args, **options): # noqa: C901
organization = "animath"
form_slug = "tfjmm-2018"
form_slug = "tfjm-2021"
from_date = "2000-01-01"
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"