Trying to address python2 build error

Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
Domenico Iezzi 2017-10-18 00:18:29 +02:00
parent 14dc73c69f
commit 3733ca8d2c

View File

@ -9,7 +9,7 @@ ap.add_argument('-p', '--password', dest='password', help='google password')
args = ap.parse_args() args = ap.parse_args()
testApps = ['com.cpuid.cpu_z'] testApps = ['org.mozilla.firefox']
server = GooglePlayAPI(debug=True) server = GooglePlayAPI(debug=True)
# LOGIN # LOGIN