diff --git a/smartassist/src/startservices.py b/smartassist/src/startservices.py index 1b4e5c1..4292f46 100644 --- a/smartassist/src/startservices.py +++ b/smartassist/src/startservices.py @@ -37,6 +37,6 @@ def start_backend(): print(f"Failed to start backend: {e}") if __name__ == '__main__': - start_frontend() + start_frontend() # No need for this as the backend starts a web server on its own. start_backend()