Skip to content

Commit

Permalink
Update setup_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Sep 23, 2024
1 parent 261e412 commit ff3593b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/setup_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ def add_jobs(self):
print(f"Data List to send: {json.dumps(self.data_list)}")
print(f"This is the post headers: {post_header}")
requests.request("POST", "https://api.peviitor.ro/v5/add/", headers=post_header, data=json.dumps(self.data_list))
time.sleep(5)

0 comments on commit ff3593b

Please sign in to comment.