diff --git a/companion_software/entrypoint.sh b/companion_software/entrypoint.sh index 6731136..4f26cd4 100755 --- a/companion_software/entrypoint.sh +++ b/companion_software/entrypoint.sh @@ -6,4 +6,4 @@ git pull pipenv install -r requirements.txt -pipenv run python houston +pipenv run python -m houston diff --git a/companion_software/houston/__main__.py b/companion_software/houston/__main__.py index 699d80e..7e9b661 100644 --- a/companion_software/houston/__main__.py +++ b/companion_software/houston/__main__.py @@ -6,7 +6,7 @@ import logging import verboselogs import coloredlogs -from houston import Houston +from houston.houston import Houston # Install verbose logs