|
@@ -592,7 +592,9 @@ class BotAgent:
|
|
self.ep.libHandleEvents(100)
|
|
self.ep.libHandleEvents(100)
|
|
|
|
|
|
def register_per_hours(self):
|
|
def register_per_hours(self):
|
|
|
|
+ self.counter += 1
|
|
if self.counter % 1000 == 0:
|
|
if self.counter % 1000 == 0:
|
|
|
|
+ self.counter = 0
|
|
for acc in self.accounts:
|
|
for acc in self.accounts:
|
|
print(acc.getId(), acc.isValid())
|
|
print(acc.getId(), acc.isValid())
|
|
|
|
|