I am trying to play background music through winsound, but even though I put in
winsound.SND_LOOP
It still wasn't looping, just playing once. My code is as follows
import winsound
import os
os.chdir('C:\\Users\\Travis\\Downloads')
winsound.PlaySound('SS.wav',winsound.SND_LOOP)