diff options
Diffstat (limited to 'bin/main.py')
| -rw-r--r-- | bin/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.py b/bin/main.py index 921082f..d126502 100644 --- a/bin/main.py +++ b/bin/main.py | |||
| @@ -10,7 +10,7 @@ ERROR_UNAUTHORIZED = "401 Unauthorized" | |||
| 10 | ERROR_NOT_FOUND = "404 Not Found" | 10 | ERROR_NOT_FOUND = "404 Not Found" |
| 11 | ERROR_TIMEOUT = "408 Request Timeout" | 11 | ERROR_TIMEOUT = "408 Request Timeout" |
| 12 | 12 | ||
| 13 | lcd = LCD | 13 | lcd = LCD() |
| 14 | cpu_temp = CPUTemperature() | 14 | cpu_temp = CPUTemperature() |
| 15 | recognizer = speech.Recognizer() | 15 | recognizer = speech.Recognizer() |
| 16 | microphone = speech.Microphone() | 16 | microphone = speech.Microphone() |
