diff --git a/python_apps/api_clients/api_client.py b/python_apps/api_clients/api_client.py index 1d252aeb0..8a38e682e 100644 --- a/python_apps/api_clients/api_client.py +++ b/python_apps/api_clients/api_client.py @@ -180,7 +180,7 @@ class AirTimeApiClient(ApiClientInterface): print 'Unable to get Airtime version number.' print return False - elif (version[0:4] != "1.8."): + elif (version[0:4] != "1.9."): if (verbose): print 'Airtime version: ' + str(version) print 'pypo not compatible with this version of Airtime.'