Skip to content

Commit

Permalink
Added web engines support
Browse files Browse the repository at this point in the history
  • Loading branch information
drakylar committed Jan 20, 2022
1 parent 49d7d0f commit f2acaf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,13 @@ nano configuration/settings.ini

Run:
```bash
python3 app.py
old version: python3 app.py
new version: python3 run.py
```
or windows
```bash
python.exe app.py
old version: python.exe app.py
new version: python.exe run.py
```

## ☁️ Heroku
Expand Down

0 comments on commit f2acaf5

Please sign in to comment.