mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-15 02:31:05 -05:00
add satrad to radar types
This commit is contained in:
parent
01236e50d9
commit
a282b6c3a7
2
main.py
2
main.py
@ -10,7 +10,7 @@ from datetime import datetime
|
|||||||
l = logging.getLogger(__name__)
|
l = logging.getLogger(__name__)
|
||||||
coloredlogs.install(logger=l)
|
coloredlogs.install(logger=l)
|
||||||
|
|
||||||
radarTypes = ['radarmosaic'] # TODO: Fix satrad radar server to generate properly.
|
radarTypes = ['radarmosaic', 'satrad']
|
||||||
|
|
||||||
# Create dirs and files
|
# Create dirs and files
|
||||||
if not os.path.exists('.temp/'):
|
if not os.path.exists('.temp/'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user