Skip to content

Commit c660872

Browse files
committed
[MZ] Update app.py
1 parent 59e0331 commit c660872

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The server makes use of the `asyncio` library to allow for asynchronous request
88

99
## Prerequisites
1010

11-
![python](https://img.shields.io/badge/python-3.7-blue?style=for-the-badge&logo=python&logoColor=white)
11+
![python](https://img.shields.io/badge/python-3.7-blue?style=for-the-badge&logo=python&logoColor=white) ![python-2](https://img.shields.io/badge/python-3.8-blue?style=for-the-badge&logo=python&logoColor=white)
1212

1313
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
1414

15-
The code is run and tested with Python 3.7.7 on macOS 10.14.6.
15+
The code is run and tested with Python 3.7.7 on macOS 10.14.6 and Python 3.8.5 on Ubuntu 18.04.5.
1616

1717
### Environment
1818

app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ def main() -> None:
9898

9999

100100
if __name__ == "__main__":
101-
logger.debug(f"Running {__file__}")
102-
logger.debug(f"APP_PORT: {APP_PORT}")
103101
main()

0 commit comments

Comments
 (0)