fix daily stat

This commit is contained in:
Mickael 2020-03-06 20:55:29 +01:00
parent 24810ff5af
commit 808888993c
1 changed files with 2 additions and 6 deletions

View File

@ -43,7 +43,6 @@ def main():
uniqueUserGlobal = [None] * nbElements
waittest = 0
idChannel = 0
channels = getAllChannels(rocket)
for channel in channels:
@ -97,11 +96,8 @@ def main():
messagesByChannel.append(messageByChannel)
usersByChannel.append(userByChannel)
waittest += 1
if waittest >= 5:
waittest = 0
print("Wait {}/{}".format(idChannel, len(channels)))
time.sleep(30)
print("Wait {}/{}".format(idChannel, len(channels)))
time.sleep(30)
for id in range(0, nbElements):