Moved to a module-level user_settings object
This commit is contained in:
parent
8afdf45d4f
commit
b33ab7b22a
3 changed files with 111 additions and 115 deletions
|
|
@ -68,8 +68,6 @@ class PiCameraStreamer(BaseCamera):
|
|||
]
|
||||
|
||||
def __init__(self):
|
||||
global USER_CONFIG_DIR
|
||||
|
||||
# Run BaseCamera init
|
||||
BaseCamera.__init__(self)
|
||||
# Attach to Pi camera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue