Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski authored May 11, 2020
1 parent 0018080 commit c5acefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pip install selenium
## Configuration
In your `config.py` file have to change following things:
1. Change your login method. You can login via Facebook or Google.
- To login via Google set `'login_method': 'google'`
- To login via Facebook set `'login_method': 'facebook'`
- To login via Google set `"login_method": "google"`
- To login via Facebook set `"login_method": "facebook"`
2. Set your password to Facebook account or Google account.
```json
#...
Expand Down

0 comments on commit c5acefa

Please sign in to comment.