v0.2.4 update

pull/34/head
Mason10198 3 years ago
parent c636fb023b
commit d63488f177

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
# SkyControl.py # SkyControl.py
# A Control Script for SkywarnPlus v0.2.3 # A Control Script for SkywarnPlus v0.2.4
# by Mason Nelson (N5LSN/WRKF394) # by Mason Nelson (N5LSN/WRKF394)
# #
# This script allows you to change the value of specific keys in the SkywarnPlus config.yaml file. # This script allows you to change the value of specific keys in the SkywarnPlus config.yaml file.

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
""" """
SkyDescribe.py v0.2.3 by Mason Nelson SkyDescribe.py v0.2.4 by Mason Nelson
================================================== ==================================================
Text to Speech conversion for Weather Descriptions Text to Speech conversion for Weather Descriptions

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
""" """
SkywarnPlus v0.2.3 by Mason Nelson (N5LSN/WRKF394) SkywarnPlus v0.2.4 by Mason Nelson (N5LSN/WRKF394)
================================================== ==================================================
SkywarnPlus is a utility that retrieves severe weather alerts from the National SkywarnPlus is a utility that retrieves severe weather alerts from the National
Weather Service and integrates these alerts with an Asterisk/app_rpt based Weather Service and integrates these alerts with an Asterisk/app_rpt based
@ -406,6 +406,11 @@ def getAlerts(countyCodes):
severity = severity_mapping_api.get(severity, 0) severity = severity_mapping_api.get(severity, 0)
alerts[(event, severity)] = description alerts[(event, severity)] = description
seen_alerts.add(event) seen_alerts.add(event)
else:
logger.debug(
"getAlerts: Skipping alert %s, not active.", event
)
logger.debug("Current time: %s | Alert onset: %s | Alert ends %s", current_time, onset_time_utc, ends_time_utc)
else: else:
logger.error( logger.error(

@ -1,4 +1,4 @@
# SkywarnPlus v0.2.3 Configuration File # SkywarnPlus v0.2.4 Configuration File
# Author: Mason Nelson (N5LSN/WRKF394) # Author: Mason Nelson (N5LSN/WRKF394)
# Please edit this file according to your specific requirements. # Please edit this file according to your specific requirements.
# #

Loading…
Cancel
Save

Powered by TurnKey Linux.