Closed LeagueOfPoro closed 1 year ago
Is past update, thread.join(1) was removed. This caused the main loop looping with no delay. Added sleep.
thread.join(1)
Discord username (if different from GitHub): Poro
gh pr checkout 124
git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME>
git fetch origin pull/110/head:notif
git checkout <LOCAL_BRANCH_NAME>
git checkout notif
Summary of Changes
Is past update,
thread.join(1)
was removed. This caused the main loop looping with no delay. Added sleep.Additional context
Discord username (if different from GitHub): Poro
Testing instructions
How to download the PR for testing
Using GitHub CLI
gh pr checkout 124
(Requires GitHub CLI)Using regular GIT
git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME>
(e.g.git fetch origin pull/110/head:notif
)git checkout <LOCAL_BRANCH_NAME>
(e.g.git checkout notif
)