-fix pypo version string validation

This commit is contained in:
martin 2011-03-04 11:48:43 -05:00
parent 25237087a2
commit afaea87319
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class AirTimeApiClient(ApiClientInterface):
print 'Unable to get Airtime version number.'
print
return False
elif (version[0:4] != "1.6."):
elif (version[0:4] != "1.7."):
if (verbose):
print 'Airtime version: ' + str(version)
print 'pypo not compatible with this version of Airtime.'