Skip to content

Commit b341741

Browse files
committed
Update documentation
1 parent 862cbc4 commit b341741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To login:
3030
3131
from python_picnic_api import PicnicAPI
3232
33-
picnic = PicnicAPI(username='username', password='password', country_code="NL", store=False)
33+
picnic = PicnicAPI(username='username', password='password', country_code="NL")
3434
3535
The country_code parameter defaults to NL, but you have to change it if you live in a different country than the Netherlands (Germany: DE, Belgium: BE).
3636
You can also store your credentials by setting the store value to true, this will store your credentials and country_code in /config/app.yaml.

0 commit comments

Comments
 (0)