# HG changeset patch # User paulo # Date 1749194379 0 # Node ID bd31bc82164af2b4ecab88682b3ac0b89e34e4b1 # Parent fc425d9abde6429f1dbbc41c5f40c395c65e84de myw2: Remove mobile page diff -r fc425d9abde6 -r bd31bc82164a myw2/myw_flask_app.py --- a/myw2/myw_flask_app.py Fri Jun 06 06:52:19 2025 +0000 +++ b/myw2/myw_flask_app.py Fri Jun 06 07:19:39 2025 +0000 @@ -11,7 +11,6 @@ REDIRECTS = collections.OrderedDict({ "desktop": "http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971", - "mobile": "http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558", "radar": "https://radar.weather.gov/ridge/standard/KMUX_loop.gif", "hourly": "https://forecast.weather.gov/MapClick.php?w0=t&w1=td&w2=wc&w3=sfcwind&w4=sky&w5=pop&w6=rh&w7=rain&w8=thunder&w12=fog&AheadHour=0&Submit=Submit&&FcstType=graphical&textField1=37.6305&textField2=-122.4111&site=all", "goes": "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17§or=psw",