YAGS/station/config.py

10 lines
202 B
Python

masterUrl = "http://10.0.3.41:8000"
pullInterval = 10 # in sec
apiKey = "7b105947-65d6-40ba-bb4c-50b95a3ec1c8"
# do not edit
station = {
"lat": 0,
"lon": 0,
"alt": 0 #KM
}