Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashharrison90 committed Aug 17, 2024
1 parent 2c5411c commit 65695fa
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 @@ -36,12 +36,12 @@ python3 main.py <FANTASY_PL_USERNAME> --ignore-squad

You can optionally provide your password as a command line flag:
```bash
python3 main.py <FANTASY_PL_USERNAME> --password=<FANTASY_PL_PASSWORD>
python3 main.py <FANTASY_PL_USERNAME> --password <FANTASY_PL_PASSWORD>
```

You can specify the log level for stdout:
```bash
python3 main.py <FANTASY_PL_USERNAME> --log-level=DEBUG
python3 main.py <FANTASY_PL_USERNAME> --log-level debug
```

For help:
Expand Down

0 comments on commit 65695fa

Please sign in to comment.