better fix
This commit is contained in:
parent
573278b81f
commit
b5dfd3426c
2 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ def main():
|
|||
|
||||
rocket = Connection()
|
||||
|
||||
# print("Check users")
|
||||
# users = getAllActiveUsers(rocket)
|
||||
# crapauds_total = len(users)
|
||||
print("Check users")
|
||||
users = getAllActiveUsers(rocket)
|
||||
crapauds_total = len(users)
|
||||
|
||||
print("Check channels")
|
||||
channels = getAllChannels(rocket)
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"crapauds": {"total": 2180, "recent": 0}, "canaux": {"total": 184, "recent": 103, "liste": ["activite-et-travail", "agenda", "algoculture", "animation-crapauds", "audio-visuel-libre", "bresil", "cause-animale", "cercle-autonomie-energetique", "cercle-blockchain-crypto", "cercle-collaboratif"]}, "messages": {"total": 192177, "recent": 0}, "cohortes": ["2607", "34", "barcelone", "belgique", "bourgogne", "bretagne", "centre", "grand-est", "grece", "grenoble", "hdf", "ile-de-france", "la-reunion", "loire", "lyon-st-etienne", "normandie", "paca", "paysdesavoie", "sud-ouest", "suisse"]}
|
||||
{"crapauds": {"total": 2180, "recent": 96}, "canaux": {"total": 184, "recent": 103, "liste": ["semourais", "techos", "right-to-repair", "libre", "cratube", "reflexion-sur-lamour", "reflexion-sur-l-argent", "animation-crapauds", "lucarn", "empowerment"]}, "messages": {"total": 192195, "recent": 11788}, "cohortes": ["2607", "34", "barcelone", "belgique", "bourgogne", "bretagne", "centre", "grand-est", "grece", "grenoble", "hdf", "ile-de-france", "la-reunion", "loire", "lyon-st-etienne", "normandie", "paca", "paysdesavoie", "sud-ouest", "suisse"]}
|
Loading…
Reference in a new issue