mirror of https://gitlab.com/bashrc2/epicyon
Codeberg url
parent
a4fd7cb0de
commit
f22d493cb2
2
git.py
2
git.py
|
@ -265,7 +265,7 @@ def get_repo_url(actor_json: {}) -> str:
|
||||||
repo_url = remove_html(repo_url)
|
repo_url = remove_html(repo_url)
|
||||||
return remove_link_tracking(repo_url)
|
return remove_link_tracking(repo_url)
|
||||||
|
|
||||||
repo_sites = ('github.com', 'gitlab.com', 'codeberg.net')
|
repo_sites = ('github.com', 'gitlab.com', 'codeberg.org')
|
||||||
|
|
||||||
for property_value in actor_json['attachment']:
|
for property_value in actor_json['attachment']:
|
||||||
if not property_value.get('type'):
|
if not property_value.get('type'):
|
||||||
|
|
Loading…
Reference in New Issue