mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
chore: add todo to uvicorn workaround
This commit is contained in:
parent
d4ca6617de
commit
758e532a6a
|
@ -8,6 +8,7 @@ def asyncio_setup() -> None: # pragma: no cover
|
|||
# Set eventloop for win32 setups
|
||||
# Reverts a change done in uvicorn 0.15.0 - which now sets the eventloop
|
||||
# via policy.
|
||||
# TODO: is this workaround actually needed?
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 8) and sys.platform == "win32":
|
||||
|
|
Loading…
Reference in New Issue
Block a user