Organized indentation

This commit is contained in:
wilsonfreitas
2022-03-30 06:11:03 -03:00
parent 49441d3d7f
commit 4b209b82c1
3 changed files with 71 additions and 67 deletions
+2 -1
View File
@@ -21,4 +21,5 @@ repos = g.search_repositories(query=f'topic:{topic}')
for repo in repos:
if repo.stargazers_count < 1000:
break
print(repo.name, repo.stargazers_count, repo.language, repo.html_url, repo.description, repo.updated_at, repo.archived)
print(repo.name, repo.stargazers_count, repo.language, repo.html_url,
repo.description, repo.updated_at, repo.archived)