WIP: contrôle cotisation
This commit is contained in:
parent
6b2862cbe6
commit
aa55c5aa39
|
@ -289,11 +289,9 @@ def validate(member):
|
|||
try:
|
||||
answer = gestion_read(request)["results"][-1]
|
||||
except:
|
||||
print(answer)
|
||||
print(gestion_read(request))
|
||||
raise(Exception)
|
||||
|
||||
print(answer)
|
||||
|
||||
date = datetime.datetime.strptime(
|
||||
answer["date"],'%Y-%m-%d').strftime("%d/%m/%Y")
|
||||
filename = "{}_reçu_{}".format(
|
||||
|
|
Loading…
Reference in New Issue