summaryrefslogtreecommitdiff
path: root/sec.py
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-05 09:24:48 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-05 09:24:48 +0100
commit5466f96bd75f602f5b5fd44a7ccee745f2abfca0 (patch)
tree52370ece205756f31dce32ddd607d1884ad1e2a0 /sec.py
parent6198d0333d432b4e0dad7e8da2c2395473a12995 (diff)
no clue what i did here
Diffstat (limited to 'sec.py')
-rw-r--r--sec.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sec.py b/sec.py
index a8685b7..0afd67f 100644
--- a/sec.py
+++ b/sec.py
@@ -19,7 +19,6 @@ def stream():
# starting the motion live stream
os.system('motion')
-
# Listening to the user's voice and putting it into a variable
def listen_voice():
global audio
@@ -82,4 +81,3 @@ if __name__ == '__main__':
main()
except KeyboardInterrupt:
destroy()
-