radarCollector checks at 1 second intervals

This commit is contained in:
April 2022-11-02 22:11:30 -07:00
parent b82ad0107b
commit 08a88b86fa
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -72,7 +72,7 @@ async def radarCollector():
for type in radarTypes:
await TWCRadarCollector.collect(type)
await asyncio.sleep(30)
await asyncio.sleep(1)
loop = asyncio.get_event_loop()
alertTask = loop.create_task(grabAlertsLoop())