From 3a3e5874f6ecd5f157dba2c41243502b411e2beb Mon Sep 17 00:00:00 2001 From: Dhruv Venkataraman Date: Mon, 3 Oct 2022 00:00:24 -0400 Subject: whee --- backend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app.py b/backend/app.py index db24ffb..b638ba6 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"+ freq+"-l 100000") + os.system("beep -f"+ freq+" -l 100000") #print("beep -f %f" % (freq)) tc = 0 -- cgit v1.2.3-70-g09d2