Update
This commit is contained in:
parent
4c34711c74
commit
d1bd548da5
@ -21,7 +21,7 @@ class DataCollector:
|
|||||||
__API_ENDPOINT = "api.openweathermap.org/data/2.5/weather"
|
__API_ENDPOINT = "api.openweathermap.org/data/2.5/weather"
|
||||||
__NODE_T_ENDPOINT = "http://ss.maxhunt.design:3000/temp"
|
__NODE_T_ENDPOINT = "http://ss.maxhunt.design:3000/temp"
|
||||||
__NODE_H_ENDPOINT = "http://ss.maxhunt.design:3000/hmdt"
|
__NODE_H_ENDPOINT = "http://ss.maxhunt.design:3000/hmdt"
|
||||||
__TESTING = True
|
__TESTING = False
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.init_firebase()
|
self.init_firebase()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user