summaryrefslogtreecommitdiff
path: root/sec.py
diff options
context:
space:
mode:
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()
-