Skip to content

Commit c795983

Browse files
authored
Update README.md
1 parent d1b9b57 commit c795983

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,8 @@ Create the file `config.json` in your working directory:
4141
{
4242
"email": "email@example.org",
4343
"password": "xxx",
44-
45-
// Timeout per request.
4644
"timeout":300,
47-
48-
// Cache for saving the cookies and the state of the session.
4945
"cache_file_path":"/path/filename",
50-
51-
// Time for refresh the access token.
5246
"access_token_seconds_to_expire":1800
5347
}
5448
```

0 commit comments

Comments
 (0)