From d2e17e00103646fded9bbb2f2896a26f76432d7d Mon Sep 17 00:00:00 2001 From: Dhruv Venkataraman Date: Sun, 2 Oct 2022 23:58:04 -0400 Subject: ddd --- backend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app.py b/backend/app.py index 5b016a3..380db59 100644 --- a/backend/app.py +++ b/backend/app.py @@ -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 -- cgit v1.2.3-70-g09d2