add satrad to radar types

This commit is contained in:
April 2022-11-02 22:42:50 -07:00
parent 01236e50d9
commit a282b6c3a7
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -10,7 +10,7 @@ from datetime import datetime
l = logging.getLogger(__name__)
coloredlogs.install(logger=l)
radarTypes = ['radarmosaic'] # TODO: Fix satrad radar server to generate properly.
radarTypes = ['radarmosaic', 'satrad']
# Create dirs and files
if not os.path.exists('.temp/'):