Skip to content

Commit

Permalink
update azure collector remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
red0sena committed Oct 17, 2023
1 parent bf4476d commit 44d7776
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ def get_instaceType(armSkuName):

# get price data using the API
def get_price(skip_num):
sleep_time = random.uniform(0, 5)
time.sleep(sleep_time)

get_link = AZURE_CONST.GET_PRICE_URL + str(skip_num)
response = requests.get(get_link)

Expand Down

0 comments on commit 44d7776

Please sign in to comment.