Skip to content

Commit c06d5af

Browse files
committed
Added method get_invites()
1 parent 2899039 commit c06d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ForgejoRepoAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def get_rate_limiting(self) -> tuple[int, int]:
332332

333333
# Точка входа для тестирования
334334
if __name__ == "__main__":
335-
client = PyforgejoApi(api_key="0c763553a2156eab22f370f99f93e2f57d3b14db", base_url="https://codeberg.org/api/v1")
335+
client = PyforgejoApi(api_key="token", base_url="https://codeberg.org/api/v1")
336336
api = ForgejoRepoAPI(client)
337337

338338
repo = api.get_repository("harabat/pyforgejo")

0 commit comments

Comments
 (0)