-update version string to 1.8.0-alpha
This commit is contained in:
parent
05f9863bc8
commit
12a0e34024
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ class AirTimeApiClient(ApiClientInterface):
|
|||
print 'Unable to get Airtime version number.'
|
||||
print
|
||||
return False
|
||||
elif (version[0:4] != "1.7."):
|
||||
elif (version[0:4] != "1.8."):
|
||||
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