From 7118205892b2b93f72b449165fd17b3d33044625 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Mon, 18 Mar 2019 13:08:09 -0400 Subject: [PATCH] fix --- penn/laundry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/penn/laundry.py b/penn/laundry.py index 1053b3c..272438b 100644 --- a/penn/laundry.py +++ b/penn/laundry.py @@ -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": "pennappslabs@gmail.com", "washers": 0,