Skip to content

Commit 1057328

Browse files
committed
multiple-tokens support implemented
1 parent 67ea2fc commit 1057328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_next_client(self) -> Github:
4141
max_remaining_limit = -1
4242

4343
for client_tmp in self.clients:
44-
(remaining_limit, limit) = client_tmp["client"].rate_limiting
44+
remaining_limit, limit = client_tmp["client"].rate_limiting
4545

4646
# можно добавить вывод износа токена
4747
# можно дополнительно проверять на 403 и временно пропускать эти токены,

0 commit comments

Comments
 (0)