Mise à jour: migration de gitlab --> Forgejo

This commit is contained in:
Mathis 2026-07-11 21:42:45 +02:00
parent 0e6a14dd10
commit d8ef20ba8c
5 changed files with 61 additions and 18 deletions

View file

@ -52,7 +52,7 @@ class KubyLogger:
# GitLab handler for automated error reporting
try:
from utils.gitlab_client import gitlab_client
from utils.forgejo_client import gitlab_client
class GitLabHandler(logging.Handler):
def __init__(self, client):
super().__init__()