Skip to content

Commit

Permalink
scroll down when done with the rate limit timer
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Apr 20, 2022
1 parent 3bc0233 commit 80c40f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unsquash.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ def _wait_for_rate_limit(self) -> None:
progress.refresh()
if waited > time_to_wait:
break
print()
print()
print()


def detect_original_commit(commit: Commit) -> bytes | None:
Expand Down

0 comments on commit 80c40f3

Please sign in to comment.