Skip to content
Snippets Groups Projects
Commit a899bf4b authored by Thibault Debatty's avatar Thibault Debatty
Browse files

renamed main python file to __main__.py so we can run with python -m dokos ...

parent 3edfbe15
No related branches found
No related tags found
No related merge requests found
Pipeline #10451 failed
......@@ -22,6 +22,12 @@ You can now use with
dokos -l <login> -P <passwords list> -f <failed login message> <url>
```
or
```bash
python3 -m dokos -l <login> -P <passwords list> -f <failed login message> <url>
```
The **failed login message** is required so dokos can recognize when a login attempt has failed, and hence to detect
when login is sucessfull.
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment