File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
1313These 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
Original file line number Diff line number Diff line change @@ -98,6 +98,4 @@ def main() -> None:
9898
9999
100100if __name__ == "__main__" :
101- logger .debug (f"Running { __file__ } " )
102- logger .debug (f"APP_PORT: { APP_PORT } " )
103101 main ()
You can’t perform that action at this time.
0 commit comments