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():
19 # starting the motion live stream 19 # starting the motion live stream
20 os.system('motion') 20 os.system('motion')
21 21
22
23# Listening to the user's voice and putting it into a variable 22# Listening to the user's voice and putting it into a variable
24def listen_voice(): 23def listen_voice():
25 global audio 24 global audio
@@ -82,4 +81,3 @@ if __name__ == '__main__':
82 main() 81 main()
83 except KeyboardInterrupt: 82 except KeyboardInterrupt:
84 destroy() 83 destroy()
85