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()
|
||||
|
||||
qrcode = read_qrcode(args.file)
|
||||
valid = analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
|
||||
exit(0 if valid else 2)
|
||||
analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
|
|
Loading…
Reference in New Issue