Answer the question
In order to leave comments, you need to log in
How to loop the execution of a function?
I wrote a parser, attached csv to it (instead of a database, because I don’t know how to work with it), I put the parser itself into a function.
I have a question - how to make the parser send a request to the site every 2 weeks. For me to do so -
while True:
time.sleep(20000) #или сколько там
def()
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