aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhruv Venkataraman2022-10-02 23:59:37 -0400
committerDhruv Venkataraman2022-10-02 23:59:37 -0400
commit88800fe5ef9a4612701de37316e581a81e693deb (patch)
tree853152cba6a7b90e2d374c355217fba228e2c6fc
parentd2e17e00103646fded9bbb2f2896a26f76432d7d (diff)
final
-rw-r--r--backend/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/app.py b/backend/app.py
index 380db59..db24ffb 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)
+ os.system("beep -f"+ freq+"-l 100000")
#print("beep -f %f" % (freq))
tc = 0