Skip to content

Commit

Permalink
Merge branch 'docs/update-nav-content' of github.com:RedHatProductSec…
Browse files Browse the repository at this point in the history
…urity/trestle-bot into docs/update-nav-content
  • Loading branch information
gvauter committed Aug 30, 2024
2 parents f8061ad + 902f417 commit fd3080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trestlebot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# Default entrypoint for trestlebot is autosync mode when run with python -m trestlebot

from trestlebot.entrypoints.autosync import main as autosync_main
from trestlebot.entrypoints.init import main as init_main


def init() -> None:
"""Initialize trestlebot"""
if __name__ == "__main__":
autosync_main()
init_main()


init()

0 comments on commit fd3080f

Please sign in to comment.