Compare commits
No commits in common. "3e1a921ed213a0a2c20df06c1b582e07ffcb2463" and "595262920a543c21d2cd06e66a684bb26c163ee3" have entirely different histories.
3e1a921ed2
...
595262920a
|
@ -181,6 +181,4 @@ def main():
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
qrcode = read_qrcode(args.file)
|
qrcode = read_qrcode(args.file)
|
||||||
valid = analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||||
|
|
||||||
exit(0 if valid else 2)
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pscheck
|
name = pscheck
|
||||||
version = 1.0
|
|
||||||
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