removing irrelevant project_id
This commit is contained in:
parent
0ef037d7de
commit
2189b3e602
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ class GiteaForgejoAPI:
|
||||||
split = re.search("(?P<host>https?://.+)/(?P<group>[^/]+)/(?P<project>[^/]+)/?$", upstream)
|
split = re.search("(?P<host>https?://.+)/(?P<group>[^/]+)/(?P<project>[^/]+)/?$", upstream)
|
||||||
self.upstream = split.group("host")
|
self.upstream = split.group("host")
|
||||||
self.upstream_repo = f"{split.group('group')}/{split.group('project')}"
|
self.upstream_repo = f"{split.group('group')}/{split.group('project')}"
|
||||||
self.project_id = self.find_project_id(self.upstream_repo)
|
|
||||||
|
|
||||||
def internal_api(self, uri: str):
|
def internal_api(self, uri: str):
|
||||||
url = f"{self.upstream}/api/v1/{uri}"
|
url = f"{self.upstream}/api/v1/{uri}"
|
||||||
|
|
Loading…
Reference in a new issue