Skip to content

Commit

Permalink
Update setup_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode authored Sep 23, 2024
1 parent 04c734c commit 1c1201d
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 @@ -48,5 +48,6 @@ 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))

0 comments on commit 1c1201d

Please sign in to comment.