Compare commits

..

1 Commits

Author SHA1 Message Date
595262920a Setup files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-08-17 20:09:28 +02:00

View File

@@ -181,4 +181,4 @@ def main():
args = parser.parse_args()
qrcode = read_qrcode(args.file)
exit(analyse_qrcode(qrcode, args.full, not args.dontcheck))
analyse_qrcode(qrcode, args.full, not args.dontcheck)