We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ea2fc commit 1057328Copy full SHA for 1057328
git_logger.py
@@ -41,7 +41,7 @@ def get_next_client(self) -> Github:
41
max_remaining_limit = -1
42
43
for client_tmp in self.clients:
44
- (remaining_limit, limit) = client_tmp["client"].rate_limiting
+ remaining_limit, limit = client_tmp["client"].rate_limiting
45
46
# можно добавить вывод износа токена
47
# можно дополнительно проверять на 403 и временно пропускать эти токены,
0 commit comments