Code formatting
This commit is contained in:
parent
437015589f
commit
56d3b27ef9
@ -45,7 +45,6 @@ def initialisation():
|
||||
printername = conf['DEFAULT']['printername']
|
||||
AcrobatReader = conf['DEFAULT']['AcrobatReader']
|
||||
|
||||
|
||||
clientsfile = os.path.join(IFPassdir, 'Clients_IFPass.csv')
|
||||
clientsbkpfile = os.path.join(IFPassdir, 'Clients_IFPass_backup.csv')
|
||||
imgdir = os.path.join(IFPassdir, 'Cartes')
|
||||
@ -161,7 +160,6 @@ def getpic():
|
||||
picture = Image.fromarray(cropped)
|
||||
return picture
|
||||
|
||||
|
||||
elif k & 0xFF == ord('q'): # Q or q to quit
|
||||
cv2.destroyAllWindows()
|
||||
sys.exit()
|
||||
|
Loading…
Reference in New Issue
Block a user