Skip to content

Commit a8606a2

Browse files
new env var providing PythonAnywhere username.
1 parent 9b2e162 commit a8606a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Click on the "API token" tab, and click the "Create a new API token" button to g
6363
`PYTHONANYWHERE_SITE` is used to connect to PythonAnywhere API and defaults to `www.pythonanywhere.com`,
6464
but you may need to set it to `eu.pythonanywhere.com` if you use our EU site.
6565

66-
If your username on PythonAnywhere is different from the username on your local machine,
67-
you may need to set `USER` for the environment you run `pa` in.
66+
If your username on PythonAnywhere is different from the username on your local machine,
67+
you may need to set `PYTHONANYWHERE_USERNAME` for the environment you run `pa` in.
6868

6969
### Programmatic usage in your code
7070

0 commit comments

Comments
 (0)