We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b059a commit 4b7cf05Copy full SHA for 4b7cf05
1 file changed
libpythonpro/github_api.py
@@ -12,5 +12,6 @@ def buscar_avatar(usuario):
12
resp = requests.get(url)
13
return resp.json()['avatar_url']
14
15
+
16
if __name__ == '__main__':
17
print(buscar_avatar('Dansilllva'))
0 commit comments