Explicitally pass config argument
This commit is contained in:
parent
71ea3abda9
commit
3063967fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
openflexurerc = config.load_config()
|
openflexurerc = config.load_config()
|
||||||
|
|
||||||
microscope = Microscope(StreamingCamera(openflexurerc), OpenFlexureStage("/dev/ttyUSB0"))
|
microscope = Microscope(StreamingCamera(config=openflexurerc), OpenFlexureStage("/dev/ttyUSB0"))
|
||||||
|
|
||||||
microscope.find_plugins() # Automatically find microscope plugins
|
microscope.find_plugins() # Automatically find microscope plugins
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue