Compare commits
1 Commits
383c949dc9
...
608dc99398
Author | SHA1 | Date | |
---|---|---|---|
608dc99398 |
7
main.py
Executable file
7
main.py
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from pscheck import pscheck
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
pscheck.main()
|
@ -181,4 +181,4 @@ def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
qrcode = read_qrcode(args.file)
|
||||
analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
exit(analyse_qrcode(qrcode, args.full, not args.dontcheck))
|
||||
|
Loading…
x
Reference in New Issue
Block a user