Skip to content

Commit

Permalink
fix: sleep before group in sak
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Apr 3, 2024
1 parent efff5f6 commit 7542044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/odyseja/odysejapka/sak/SakRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ internal class SakRunner(
}

processGroup(group)
Thread.sleep(2000)
}
}

Expand Down

0 comments on commit 7542044

Please sign in to comment.