pull/30/head
Milan Hauth 2024-07-27 16:18:37 +02:00
rodzic 3453b9b585
commit 33137fd185
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,12 @@ class Gitea:
CREATE_TEAM = """/orgs/%s/teams""" # <orgname>
def __init__(
self, gitea_url: str, token_text=None, auth=None, verify=True, log_level="INFO"
self,
gitea_url: str,
token_text=None,
auth=None,
verify=True,
log_level="INFO",
):
"""Initializing Gitea-instance