wowtalon
Results
1
issues of
wowtalon
经测试在Windows 10下运行会抛出`NotImplementedError`异常,在`subdomain.py`头部加入以下代码即可解决: ```python import sys if sys.platform == 'win32': asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) ```