diff options
author | Dhruv Venkataraman | 2022-10-02 23:58:04 -0400 |
---|---|---|
committer | Dhruv Venkataraman | 2022-10-02 23:58:04 -0400 |
commit | d2e17e00103646fded9bbb2f2896a26f76432d7d (patch) | |
tree | 23238cfad5eef06311adb7ef1c000c2c5c095d1e | |
parent | 3e62ca985fdce981370e0aceabb62475aeebe9de (diff) |
ddd
-rw-r--r-- | backend/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |