Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 05f7cf2

Browse files
committed
Merge pull request #9 from mg6maciej/patch-1
corrected confusing documentation
2 parents fbb3ca4 + 39492d5 commit 05f7cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v2/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A collection of command-line samples for the Play Developer Publishing API.
2828
2. Execute any of the scripts to begin the auth flow:
2929

3030
```bash
31-
$ python basic_list_apks.py
31+
$ python basic_list_apks.py com.myapp.package
3232
```
3333

3434
A browser window will open and ask you to login. Make sure the account has
@@ -42,7 +42,7 @@ A collection of command-line samples for the Play Developer Publishing API.
4242

4343
4. The script will output a list of apks.
4444

45-
5. The tokens will be stored in `adsense.dat`. Remove this file to restart the
45+
5. The tokens will be stored in `androidpublisher.dat`. Remove this file to restart the
4646
auth flow.
4747

4848

@@ -57,7 +57,7 @@ the same directory and rename it to `key.p12`.
5757
3. Execute the script:
5858

5959
```bash
60-
$ python basic_list_apks_service_account.py
60+
$ python basic_list_apks_service_account.py com.myapp.package
6161
```
6262

6363
4. The script will output a list of apks.

0 commit comments

Comments
 (0)