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":
|
if args.search_type == "users":
|
||||||
print(item.login)
|
print(item.login)
|
||||||
else:
|
else:
|
||||||
print(item.full_name)
|
print(item.html_url)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
Loading…
Add table
Reference in a new issue