Skip to content

Commit e9c6e08

Browse files
committed
ajout message pour l annee
1 parent a1a958a commit e9c6e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async def main():
7373
parser.add_argument('--an', help='Année universitaire à importer ',default="0")
7474
args = parser.parse_args()
7575
if args.an != 0 :
76+
print(f"Import pour l'annee {args.an}")
7677
for col in collections:
7778
col.get('params')['au']=int(args.an)
7879

0 commit comments

Comments
 (0)