Skip to content

Commit 67ea2fc

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git_logger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ def get_next_client(self) -> Github:
5151
client = client_tmp
5252
max_remaining_limit = remaining_limit
5353

54+
sleep(TIMEDELTA)
55+
5456
if client is None:
5557
raise Exception("No github-clients available")
5658

5759
self.cur_client = client
58-
print(client, max_remaining_limit)
5960
return client["client"]
6061

6162

0 commit comments

Comments
 (0)