From 3733ca8d2c7bbb22dce27c6ac34763ae543e75ac Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Wed, 18 Oct 2017 00:18:29 +0200 Subject: [PATCH] Trying to address python2 build error Signed-off-by: Domenico Iezzi --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index b4c4036..e8d9909 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ ap.add_argument('-p', '--password', dest='password', help='google password') args = ap.parse_args() -testApps = ['com.cpuid.cpu_z'] +testApps = ['org.mozilla.firefox'] server = GooglePlayAPI(debug=True) # LOGIN