clean up some pylint warnings
-silly copy paste error
This commit is contained in:
parent
36462b6dc9
commit
d0a0487840
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue