delete proba files

This commit is contained in:
ismailsosic
2022-06-07 00:18:15 +02:00
parent b256070de3
commit bfbc70337a
9 changed files with 51 additions and 40 deletions

View File

@@ -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)