Export du certificat

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-09-01 15:47:41 +02:00
parent d92c55fd42
commit 38ac206c74
2 changed files with 2 additions and 2 deletions

View File

@ -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():