mirror of https://gitlab.com/bashrc2/epicyon
Extra repo names
parent
09db4fb0f7
commit
d34f7a149b
2
git.py
2
git.py
|
@ -233,7 +233,7 @@ def get_repo_url(actor_json: {}) -> str:
|
||||||
return ''
|
return ''
|
||||||
if not isinstance(actor_json['attachment'], list):
|
if not isinstance(actor_json['attachment'], list):
|
||||||
return ''
|
return ''
|
||||||
repo_type = ('github', 'gitlab', 'codeberg', 'launchpad',
|
repo_type = ('github', 'ghub', 'gitlab', 'glab', 'codeberg', 'launchpad',
|
||||||
'sourceforge', 'bitbucket', 'gitea')
|
'sourceforge', 'bitbucket', 'gitea')
|
||||||
for property_value in actor_json['attachment']:
|
for property_value in actor_json['attachment']:
|
||||||
name_value = None
|
name_value = None
|
||||||
|
|
Loading…
Reference in New Issue