mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Merge branch 'develop' into bugfix/ISSUE-101-InputSources_Multimon
This commit is contained in:
commit
a92dc0ce7b
|
|
@ -72,7 +72,7 @@ class BoswatchPlugin(PluginBase):
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|
||||||
future = asyncio.ensure_future(self.asyncRequests(urls))
|
future = asyncio.ensure_future(self._asyncRequests(urls))
|
||||||
loop.run_until_complete(future)
|
loop.run_until_complete(future)
|
||||||
|
|
||||||
async def _asyncRequests(self, urls):
|
async def _asyncRequests(self, urls):
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ mkdocs
|
||||||
# for develope only
|
# for develope only
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
flake8==4.0.1
|
||||||
pytest-flake8
|
pytest-flake8
|
||||||
pytest-flakes
|
pytest-flakes
|
||||||
pytest-randomly
|
pytest-randomly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue