mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Trying to address python2 build error
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
14dc73c69f
commit
3733ca8d2c
2
test.py
2
test.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user