delete proba files
This commit is contained in:
@@ -14,7 +14,7 @@ while True:
|
||||
print("_________________________________")
|
||||
global num_of_crawl
|
||||
if num_of_crawl == 0:
|
||||
cars = CarsCrawler(5)
|
||||
cars = CarsCrawler(3)
|
||||
num_of_crawl += 1
|
||||
else:
|
||||
cars = CarsCrawler(2)
|
||||
@@ -194,4 +194,4 @@ while True:
|
||||
print("Novi artikal je spasen")
|
||||
print("___________________________")
|
||||
Saver()
|
||||
time.sleep(120)
|
||||
time.sleep(180)
|
||||
Reference in New Issue
Block a user