Compare commits

..

1 Commits

Author SHA1 Message Date
Yohann D'ANELLO 383c949dc9
Setup files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-08-17 20:08:00 +02:00
2 changed files with 2 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env python
from pscheck import pscheck
if __name__ == '__main__':
pscheck.main()

1
main.py Symbolic link
View File

@ -0,0 +1 @@
pscheck/__main__.py

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)