Skip to content

Commit

Permalink
Bug when first reset is without any bird
Browse files Browse the repository at this point in the history
  • Loading branch information
jsten07 committed Jan 25, 2022
1 parent 726b665 commit ad10608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def save_obj(obj, name):
email = yamlData["sensebox"]["account"]["email"]
password = yamlData["sensebox"]["account"]["password"]
senseboxId = yamlData["sensebox"]["id"]
sensorId = yamlData["sensebox"]["sensors"]["all"]
# sensorId = yamlData["sensebox"]["sensors"]["all"]

PATH_TO_IMAGES = os.path.join(path,"imagesLastHour")
images = glob.glob(PATH_TO_IMAGES + '/*')
Expand Down

0 comments on commit ad10608

Please sign in to comment.