Skip to content

Commit

Permalink
changed default song
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaSundae committed Feb 24, 2023
1 parent 7910672 commit d5f0daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tkinter as tk
#import subprocess

SL_DIR = "audio/play/nirvana01.mp3"
SL_DIR = "audio/play/de_spicy.mp3"

class UserInterfaceError(Exception):
pass
Expand Down

0 comments on commit d5f0daa

Please sign in to comment.