-update version string number for pypo
This commit is contained in:
parent
cfcd612d47
commit
f1a314aa0a
1 changed files with 1 additions and 1 deletions
|
@ -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.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue