config test
This commit is contained in:
parent
15dca5d2de
commit
9a2c18665d
@ -195,6 +195,11 @@ def runMain():
|
||||
i = STATS_TOT_FIELDS.index(k)
|
||||
fr = STATS_FR_TOT_FIELDS[i]
|
||||
print(f"{fr}={v}")
|
||||
try:
|
||||
moyenne_part = int(res['total_participants']) / int(res['conferences'])
|
||||
print(f"Moyenne participants par conference,{moyenne_part}")
|
||||
except:
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
runMain()
|
||||
|
Loading…
Reference in New Issue
Block a user