Correction typo

This commit is contained in:
David 2022-12-26 00:11:22 +01:00
parent 28de664b7b
commit 3cd2b26871

View File

@ -199,7 +199,7 @@ def runMain():
moyenne_part = int(res['total_participants']) / int(res['total_conferences_completed'])
moyenne_part = int((moyenne_part + 0.5) * 10) / 10
print(f"Moyenne participants par conference,{moyenne_part}")
print(f"Moyenne participants par conference={moyenne_part}")
except:
pass