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


Former-commit-id: 4a7f2cc
  • Loading branch information
SirDank committed Sep 24, 2023
1 parent 01652ac commit 08d0092
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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
2 changes: 1 addition & 1 deletion dank.tool.zip.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed8330cd9f04abdef58eca543b6cf5c66fbc9877
f803d4fc8e2ded0d4d6e100b1f89b1649b72dc36
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 08d0092

Please sign in to comment.