Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n authored Feb 6, 2023
1 parent 8addbcc commit 71ad4f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions schedule/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ def get_shifts_for_week(self, week_code: int) -> List[Shift]:
raise Exception("You must login before you can get shifts")

self.session.get("https://mcduk.reflexisinc.co.uk/RWS4/ess/ess_emp_schedule.jsp?authToken=" + self.auth_token)
print(f"https://mcduk.reflexisinc.co.uk/RWS4/controller/ess/map/{self.data['storeId']}/"
f"{week_code}"
f"/requestswithshiftsdata.json?authToken={self.auth_token}")
req = self.session.get(f"https://mcduk.reflexisinc.co.uk/RWS4/controller/ess/map/{self.data['storeId']}/"
f"{week_code}"
f"/requestswithshiftsdata.json?authToken={self.auth_token}")
Expand Down

0 comments on commit 71ad4f1

Please # to comment.