From f1a314aa0af547493e57482f58c79524b4182ac4 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 22 Apr 2011 01:05:47 -0400 Subject: [PATCH] -update version string number for pypo --- python_apps/api_clients/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'