mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-20 15:55:44 +02:00
Changed "link" to "repu_url" and added "homepage_url"
This commit is contained in:
@@ -15,7 +15,7 @@ headers = {
|
||||
|
||||
def update_application_data(app):
|
||||
|
||||
repo_name = app["link"].split("github.com/")[1]
|
||||
repo_name = app["repo_url"].split("github.com/")[1]
|
||||
|
||||
|
||||
repo_url = f'https://api.github.com/repos/{repo_name}'
|
||||
|
||||
Reference in New Issue
Block a user