Compare commits
2 Commits
595262920a
...
3e1a921ed2
Author | SHA1 | Date |
---|---|---|
Yohann D'ANELLO | 3e1a921ed2 | |
Yohann D'ANELLO | 589a1599af |
|
@ -181,4 +181,6 @@ def main():
|
|||
args = parser.parse_args()
|
||||
|
||||
qrcode = read_qrcode(args.file)
|
||||
analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
valid = analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
|
||||
exit(0 if valid else 2)
|
||||
|
|
Loading…
Reference in New Issue