Fix request URL for MosquitoActivity record

This commit is contained in:
April
2022-10-21 22:39:09 -07:00
parent a45db0afb7
commit 0db804a31a
2 changed files with 2 additions and 3 deletions

View File

@ -60,8 +60,7 @@ async def HourUpdaters():
Breathing.makeDataFile()
HeatingAndCooling.makeRecord()
WateringNeeds.makeRecord()
# This returns a 401 at the moment and im not sure why.
# MosquitoActivity.makeRecord()
MosquitoActivity.makeRecord()
AchesAndPains.makeRecord()
TideForecast.makeRecord()
l.debug("Sleeping for an hour...")