config test
This commit is contained in:
parent
4cbda11f7e
commit
28de664b7b
@ -197,6 +197,8 @@ def runMain():
|
|||||||
print(f"{fr}={v}")
|
print(f"{fr}={v}")
|
||||||
try:
|
try:
|
||||||
moyenne_part = int(res['total_participants']) / int(res['total_conferences_completed'])
|
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:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user