kopia lustrzana https://github.com/Langenfeld/py-gitea
Update README.md
rodzic
8caa2a0f5a
commit
e342361bc2
|
@ -60,6 +60,8 @@ org = Organization.request(gitea, ORGNAME)
|
|||
teams = org.get_teams()
|
||||
for team in teams:
|
||||
repos = team.get_repos()
|
||||
for repo in repos:
|
||||
print(repo.name)
|
||||
```
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue