mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-06-10 05:30:00 -05:00
radarCollector checks at 1 second intervals
This commit is contained in:
2
main.py
2
main.py
@ -72,7 +72,7 @@ async def radarCollector():
|
|||||||
for type in radarTypes:
|
for type in radarTypes:
|
||||||
await TWCRadarCollector.collect(type)
|
await TWCRadarCollector.collect(type)
|
||||||
|
|
||||||
await asyncio.sleep(30)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
alertTask = loop.create_task(grabAlertsLoop())
|
alertTask = loop.create_task(grabAlertsLoop())
|
||||||
|
Reference in New Issue
Block a user