From d0a048784003e2e769b3b16688b0734fc0cc8881 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 16 May 2013 17:12:21 -0400 Subject: [PATCH] clean up some pylint warnings -silly copy paste error --- python_apps/pypo/pypo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/pypo.py b/python_apps/pypo/pypo.py index 9dc466e19..12998ad87 100644 --- a/python_apps/pypo/pypo.py +++ b/python_apps/pypo/pypo.py @@ -104,7 +104,7 @@ if __name__ == '__main__': api_client = api_client.AirtimeApiClient() - while not self.api_client.is_server_compatible(): + while not api_client.is_server_compatible(): time.sleep(5) success = False