mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-15 02:31:05 -05:00
radarCollector checks at 1 second intervals
This commit is contained in:
parent
b82ad0107b
commit
08a88b86fa
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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user