You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
144 B

  1. import json
  2. def get_signed_in_user(session):
  3. r = session.get("https://pantry.panerabread.com/session/user")
  4. return json.loads(r.text)