diff --git a/data_collector/Data_collector.py b/data_collector/Data_collector.py index 1b05a53..0dcd3a5 100755 --- a/data_collector/Data_collector.py +++ b/data_collector/Data_collector.py @@ -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()