Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
029f0c1396 | |||
e19a9b5820 | |||
7513a2d2fb | |||
dcb4caacc6 |
@ -23,7 +23,7 @@ from colorama import init
|
|||||||
from termcolor import colored
|
from termcolor import colored
|
||||||
|
|
||||||
|
|
||||||
version = '3.0' # dev/devnocam
|
version = '3.0-1' # dev/devnocam
|
||||||
|
|
||||||
configdir = os.path.join(os.getenv('PROGRAMDATA'), 'IFPass')
|
configdir = os.path.join(os.getenv('PROGRAMDATA'), 'IFPass')
|
||||||
config = os.path.join(configdir, 'IFPass.conf')
|
config = os.path.join(configdir, 'IFPass.conf')
|
||||||
@ -472,6 +472,7 @@ def memberdo(choix, member):
|
|||||||
print(colored("La date d'expiration a bien été mise à jour !\n", 'blue', attrs=['bold']))
|
print(colored("La date d'expiration a bien été mise à jour !\n", 'blue', attrs=['bold']))
|
||||||
|
|
||||||
elif choix == '3': # Print card
|
elif choix == '3': # Print card
|
||||||
|
cartefilename = os.path.join(imgdir, clientID + '.pdf')
|
||||||
printcard(cartefilename)
|
printcard(cartefilename)
|
||||||
else:
|
else:
|
||||||
print(colored('Choix incorrect !\n', 'red', attrs=['bold']))
|
print(colored('Choix incorrect !\n', 'red', attrs=['bold']))
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
[Application]
|
[Application]
|
||||||
name=IFPass
|
name=IFPass
|
||||||
version=3.0
|
version=3.0-1
|
||||||
entry_point=IFPass:main
|
entry_point=IFPass:main
|
||||||
icon=IF.ico
|
icon=IF.ico
|
||||||
console=true
|
console=true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Application]
|
[Application]
|
||||||
name=IFPass
|
name=IFPass
|
||||||
version=3.0
|
version=3.0-1
|
||||||
entry_point=IFPass:main
|
entry_point=IFPass:main
|
||||||
icon=IF.ico
|
icon=IF.ico
|
||||||
console=true
|
console=true
|
||||||
|
Reference in New Issue
Block a user