Skip to content

Commit b2d4dc5

Browse files
authored
complete rewrite + fixed another thing whoops
1 parent f76616a commit b2d4dc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stemplayerplayer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ def close_window():
7070
root.destroy()
7171
exit()
7272

73-
73+
"""
7474
with open("spp_config.json", encoding="utf-8") as config_file:
7575
SPP_CONFIG = json.load(config_file)
7676
KEY_INSTRUMENTALS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_INSTRUMENTALS"])[0]
7777
KEY_VOCALS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_VOCALS"])[0]
7878
KEY_BASS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_BASS"])[0]
7979
KEY_DRUMS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_DRUMS"])[0]
80+
"""
8081

8182

8283
pg.mixer.init()

0 commit comments

Comments
 (0)