diff --git a/tasks.py b/tasks.py index 9e45e0b4..7ff35538 100644 --- a/tasks.py +++ b/tasks.py @@ -3,12 +3,12 @@ import sys from pathlib import Path -# Gitea client lives in hermes-agent -sys.path.insert(0, str(Path.home() / ".hermes" / "hermes-agent")) +# Gitea client lives in sovereign-orchestration +sys.path.insert(0, str(Path.home() / ".timmy" / "sovereign-orchestration" / "src")) from orchestration import huey from huey import crontab -from tools.gitea_client import GiteaClient +from gitea_client import GiteaClient REPOS = [ "Timmy_Foundation/the-nexus",