diff options
Diffstat (limited to 'sec.py')
| -rw-r--r-- | sec.py | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -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 |
| 24 | def listen_voice(): | 23 | def 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 | |||
