mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed runtime for prediction script
This commit is contained in:
parent
9e7c35bed9
commit
4776c7af85
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ from core.Settings import (
|
|||
)
|
||||
|
||||
TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT)
|
||||
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local-mock")
|
||||
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "dev")
|
||||
|
||||
CLIENT = BotoClient(runtime_environment=RUNTIME_ENVIRONMENT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue