This commit is contained in:
Max 2020-12-24 14:41:36 +00:00
parent 4c34711c74
commit d1bd548da5

View File

@ -21,7 +21,7 @@ class DataCollector:
__API_ENDPOINT = "api.openweathermap.org/data/2.5/weather"
__NODE_T_ENDPOINT = "http://ss.maxhunt.design:3000/temp"
__NODE_H_ENDPOINT = "http://ss.maxhunt.design:3000/hmdt"
__TESTING = True
__TESTING = False
def __init__(self):
self.init_firebase()