Update locationdata.py

This commit is contained in:
SpudGunMan
2024-10-10 19:03:08 -07:00
parent 8f74b19aae
commit bb0088171d
+1 -1
View File
@@ -9,7 +9,7 @@ import bs4 as bs # pip install beautifulsoup4
import xml.dom.minidom
from modules.log import *
trap_list_location = ("whereami", "tide", "moon", "wx", "wxc", "wxa", "wxalert", "repeaterlist")
trap_list_location = ("whereami", "tide", "moon", "wx", "wxc", "wxa", "wxalert", "rlist")
def where_am_i(lat=0, lon=0, short=False, zip=False):
whereIam = ""