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 4, 2024
1 parent 51e1215 commit 8da8312
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 @@ -36,7 +36,7 @@ def get_token(self):
'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',
}

self.access_token = requests.request("POST", "https://api.laurentiumarian.ro/get_token/", headers=post_header, data=payload).json()['access']
self.access_token = requests.request("POST", "https://api.laurentiumarian.ro/get_token", headers=post_header, data=payload).json()['access']


def add_jobs(self):
Expand Down

0 comments on commit 8da8312

Please sign in to comment.