Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDank committed Mar 29, 2023
1 parent 08eb880 commit 084e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ splash_screen("D:\\splash.gif", duration=5)
```py
from dankware import splash_screen
from concurrent.futures import ThreadPoolExecutor
ThreadPoolExecutor(10).submit(splash_screen, "splash.png", 5)
ThreadPoolExecutor(1).submit(splash_screen, "splash.png", 5)
# runs on separate thread
```

Expand Down

0 comments on commit 084e1b9

Please sign in to comment.