diff options
| author | Brianna | 2017-07-16 23:16:35 -0400 |
|---|---|---|
| committer | GitHub | 2017-07-16 23:16:35 -0400 |
| commit | 4becfe3b51ae058dc8600abeac3d1d6b5a1eab76 (patch) | |
| tree | d0acb70a5fc839a1810a962f2ff9b4a9a931025a /src/video_thread.py | |
| parent | f420ad69f5f6f3c830fea890a760ce0ce61ba571 (diff) | |
| parent | aa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff) | |
Merge pull request #46 from djfun/extra-sound-options
Extra sound options
Diffstat (limited to 'src/video_thread.py')
| -rw-r--r-- | src/video_thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index 674765a..60db99f 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -18,7 +18,6 @@ from threading import Thread, Event import time import signal -import core from toolkit import openPipe from frame import Checkerboard |
