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 ff3593b commit 464b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/setup_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def add_jobs(self):

post_header = {
# 'Authorization': f'Bearer {self.access_token}',
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI3OTgwNDgyLCJpYXQiOjE3MjcxMTY0ODIsImp0aSI6IjBiYzZhNWZkNTI2ZjQxNjhiOTU3ZjA4YWJiMTFiMWZiIiwidXNlcl9pZCI6OX0.5x9wJuJi3hne8XbO-DayS06szwMKyICD_K3aLAoPi9w'
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI3OTgwNDgyLCJpYXQiOjE3MjcxMTY0ODIsImp0aSI6IjBiYzZhNWZkNTI2ZjQxNjhiOTU3ZjA4YWJiMTFiMWZiIiwidXNlcl9pZCI6OX0.5x9wJuJi3hne8XbO-DayS06szwMKyICD_K3aLAoPi9w',
'Content-Type': 'application/json',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',
}
Expand Down

0 comments on commit 464b0f4

Please sign in to comment.