This commit is contained in:
Dhruv Venkataraman 2022-10-02 23:58:04 -04:00
parent 3e62ca985f
commit d2e17e0010

View file

@ -9,7 +9,7 @@ threadFlag = True
def playFunction(freq):
global threadFlag
while not threadFlag:
os.system("beep -f %f" % (freq))
os.system("beep -f"+ freq)
#print("beep -f %f" % (freq))
tc = 0