clean up some pylint warnings

-silly copy paste error
This commit is contained in:
Martin Konecny 2013-05-16 17:12:21 -04:00
parent 36462b6dc9
commit d0a0487840

View file

@ -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