Switch microscope ID to URN suffix string
This commit is contained in:
parent
f0c03d08a5
commit
304e620143
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Microscope:
|
|||
"""
|
||||
|
||||
def __init__(self, settings=user_settings, configuration=user_configuration):
|
||||
self.id = uuid.uuid4()
|
||||
self.id = f"openflexure:microscope:{uuid.uuid4()}"
|
||||
self.name = self.id
|
||||
|
||||
self.captures = CaptureManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue