Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwang committed Mar 18, 2019
1 parent 9e3b8f9 commit 7118205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion penn/laundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def check_is_working(self):
>>> l.check_is_working()
"""
try:
r = requests.post(USAGE_BASE_URL, timeout=60, data={
r = requests.post(ALL_URL, timeout=60, data={
"locationid": "5faec7e9-a4aa-47c2-a514-950c03fac460",
"email": "[email protected]",
"washers": 0,
Expand Down

0 comments on commit 7118205

Please sign in to comment.