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:
|
else:
|
||||||
logging.info("Pass sanitaire invalide")
|
logging.info("Pass sanitaire invalide")
|
||||||
|
|
||||||
return valid
|
return valid, certificate
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = pscheck
|
name = pscheck
|
||||||
version = 1.0
|
version = 1.1
|
||||||
long_description = file: README.rst
|
long_description = file: README.rst
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
description = Vérificateur de pass sanitaire
|
description = Vérificateur de pass sanitaire
|
||||||
|
Loading…
Reference in New Issue
Block a user