Compare commits
1 Commits
608dc99398
...
383c949dc9
Author | SHA1 | Date | |
---|---|---|---|
383c949dc9 |
7
main.py
7
main.py
@ -1,7 +0,0 @@
|
||||
#!/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)
|
||||
exit(analyse_qrcode(qrcode, args.full, not args.dontcheck))
|
||||
analyse_qrcode(qrcode, args.full, not args.dontcheck)
|
||||
|
Loading…
x
Reference in New Issue
Block a user