Answer the question
In order to leave comments, you need to log in
How to make a loop run more than 24 times?
Here is part of the code:
def loginn():
gettime = time.time()
print(gettime)
while (True):
if (time.time() - gettime > 60 * 45):
client.login()
gettime = time.time()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question