README.md edited online with Bitbucket

This commit is contained in:
Andrius Č. 2020-05-14 17:52:58 +03:00
parent dfdb6a8d41
commit 4d534589e9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ACCESS_LEVELS = {"Breakfast": ["07:00:00", "08:00:00"],
"Lunch": ["12:01:00", "14:00:00"],
"Dinner": ["21:00:00", "22:00:00"]
}
MONITORED_DOORS = ['Room']
MONITORED_DOORS = ['Room', 'Office']
ACCESS_LEVELS_RESET_TIME = time(hour=11, minute=2, second=0)
# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
```