Export du certificat
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
d92c55fd42
commit
38ac206c74
|
@ -58,7 +58,7 @@ def analyse_qrcode(qrcode: str, additional_info: bool = False,
|
|||
else:
|
||||
logging.info("Pass sanitaire invalide")
|
||||
|
||||
return valid
|
||||
return valid, certificate
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in New Issue