mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 01:10:24 -05:00
Having a check for the radar type causes a bug for some reason.
This commit is contained in:
parent
80ba053cf5
commit
01236e50d9
@ -88,11 +88,6 @@ def getTime(timestamp) -> str:
|
||||
return str(time)
|
||||
|
||||
async def collect(radarType: str):
|
||||
|
||||
if radarType != "satrad" or radarType != "radarmosaic":
|
||||
l.error(f'Invalid radar type "{radarType}" -- Valid radar types include "satrad", "radarmosaic"')
|
||||
return
|
||||
|
||||
ts = await getValidTimestamps(radarType)
|
||||
frames = await downloadRadarFrames(radarType, ts)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user