Fixed some configurations
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@ -27,7 +27,7 @@ MQTT_PORT = int(os.getenv("GUARD_MQTT_PORT", 1883))
|
||||
MQTT_USERNAME = os.getenv("GUARD_MQTT_USERNAME", None)
|
||||
MQTT_PASSWORD = os.getenv("GUARD_MQTT_PASSWORD", None)
|
||||
|
||||
TARGET_NAME = os.environ.get("TARGET_CLASS_NAME")
|
||||
MODEL_ID = os.environ.get("MODEL_ID")
|
||||
SVM_TARGET_CLASS_NAME = os.environ.get("SVM_TARGET_CLASS_NAME", "chirp")
|
||||
SVM_MODEL_ID = os.environ.get("SVM_MODEL_ID")
|
||||
|
||||
API_URL = os.environ.get("API_URL", "http://localhost:8080")
|
Reference in New Issue
Block a user