Correction typo
This commit is contained in:
parent
28de664b7b
commit
3cd2b26871
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user