Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
- quick bug fix for late startup audio
- reverted to playsound==1.2.2
  • Loading branch information
SirDank committed Sep 24, 2023
1 parent a278293 commit 4a7f2cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion __src__/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from locale import getlocale
from win11toast import notify
from psutil import process_iter
from playsound import playsound
from mcstatus import JavaServer
from translatepy import Translator
from gzip import compress, decompress
Expand All @@ -52,7 +53,7 @@

# variables

DANK_TOOL_VERSION = "3.1.1"
DANK_TOOL_VERSION = "3.1.2"
session = requests.Session()
executor = ThreadPoolExecutor(10)
headers = {"User-Agent": "dank.tool"}
Expand Down
2 changes: 1 addition & 1 deletion __src__/executor_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
Binary file modified dank.tool.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ requests
rich
unitypackff
win11toast
translatepy
translatepy
playsound==1.2.2

0 comments on commit 4a7f2cc

Please sign in to comment.