This commit is contained in:
2020-07-07 19:04:43 +02:00
parent e14097c329
commit 22385cdef3
5 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ class EchoScheduler:
schedule.every(1).minute.do(EchoScheduler.checkAutomaticShutdown)
schedule.every(1).minute.do(EchoScheduler.checkAutomaticBlinds)
# collection_delete = EchoDB.EchoDB.database['ClimateLogs']
# collection_delete = EchoDB.EchoDB.database['ClimateLogss']
# collection_delete.remove({})
while True: