print html url instead of the name of repo + user
This commit is contained in:
parent
76c012f32d
commit
2aa13bab46
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
if args.search_type == "users":
|
||||
print(item.login)
|
||||
else:
|
||||
print(item.full_name)
|
||||
print(item.html_url)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Reference in a new issue