mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-05 08:23:23 +02:00
iPAWS pin
if you have a PIN otherwise ignore this
This commit is contained in:
@@ -457,7 +457,6 @@ def getIpawsAlert(lat=0, lon=0, shortAlerts = False):
|
||||
alerts = []
|
||||
|
||||
# set the API URL for IPAWS
|
||||
ipawsPIN = "000000"
|
||||
alert_url = "https://apps.fema.gov/IPAWSOPEN_EAS_SERVICE/rest/feed"
|
||||
if ipawsPIN != "000000":
|
||||
alert_url += "?pin=" + ipawsPIN
|
||||
|
||||
Reference in New Issue
Block a user