aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhruv Venkataraman2022-10-03 00:00:24 -0400
committerDhruv Venkataraman2022-10-03 00:00:24 -0400
commit3a3e5874f6ecd5f157dba2c41243502b411e2beb (patch)
tree8b7d92bd8443f2f79446dd05fce40bb625c6df1b
parent88800fe5ef9a4612701de37316e581a81e693deb (diff)
whee
-rw-r--r--backend/app.py2
1 files changed, 1 insertions, 1 deletions
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