py-gitea/gitea
Holger Frey d0fe221e54 Fixed a bug in gitea.Gitea.get_accessible_repositories()
The method now uses `self` instead of `self.gitea` to access the connection.
2021-05-06 15:04:20 +02:00
..
__init__.py
basicGiteaApiObject.py fixed user patching (see #4) 2021-04-19 13:44:33 +02:00
exceptions.py
gitea.py Fixed a bug in gitea.Gitea.get_accessible_repositories() 2021-05-06 15:04:20 +02:00
giteaApiObject.py