Skip to content

Commit 1f22c53

Browse files
committed
(tweak) Caps
1 parent b22a51c commit 1f22c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabbleApp/utils/misc_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ def ensurePath():
186186
if os_type == 'Windows':
187187
import winsound
188188

189-
playSound = winsound.playSound
189+
playSound = winsound.PlaySound
190190
SND_FILENAME = winsound.SND_FILENAME
191191
SND_ASYNC = winsound.SND_ASYNC

0 commit comments

Comments
 (0)