Export du certificat
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -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():
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = pscheck
|
||||
version = 1.0
|
||||
version = 1.1
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/markdown
|
||||
description = Vérificateur de pass sanitaire
|
||||
|
Reference in New Issue
Block a user