Skip to content

Commit

Permalink
Merge pull request #344 from eichblatt/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
eichblatt authored Apr 27, 2023
2 parents 3fb5be4 + af1259e commit 7f13aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
install_requires=[
"adafruit-blinka",
"adafruit-circuitpython-rgb-display",
"adafruit-circuitpython-rgb-display==3.10.19",
"aiohttp",
"aiofiles",
"cherrypy",
Expand Down
2 changes: 1 addition & 1 deletion timemachine/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
from timemachine import controls
except Exception as e:
logger.warning(f"Failied to import controls")
logger.warning(f"Failed to import controls")

OPTIONS_PATH = os.path.join(os.getenv("HOME"), ".timemachine_options.txt")
DB_PATH = os.path.join(ROOT_DIR, "metadata")
Expand Down

0 comments on commit 7f13aa8

Please sign in to comment.