kopia lustrzana https://github.com/Langenfeld/py-gitea
format
rodzic
3453b9b585
commit
33137fd185
|
@ -22,7 +22,12 @@ class Gitea:
|
||||||
CREATE_TEAM = """/orgs/%s/teams""" # <orgname>
|
CREATE_TEAM = """/orgs/%s/teams""" # <orgname>
|
||||||
|
|
||||||
def __init__(
|
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
|
"""Initializing Gitea-instance
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue