Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lighty55 authored Apr 14, 2023
1 parent 3da2d35 commit f46ad9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pip install -r requirements.txt
```sh
Path: /swagger_client/configuration.py
```
Edit these values api_ip - username - password - api_key

Edit these values: api_ip - username - password - api_key
```python
# Default Base url
self.api_ip = "<api_ip>"
Expand All @@ -41,12 +42,14 @@ self.api_key = {"api_key"}
```sh
Path: /main.py
```

Edit these values: host - port
```python
if __name__ == '__main__':
logging.basicConfig(filename='error.log',level=logging.DEBUG)
app.run(host='<host>', port=<port>, use_reloader=True)
```

## Logging
```sh
filename='error.log'
Expand Down

0 comments on commit f46ad9d

Please sign in to comment.