diff options
Diffstat (limited to 'examples/get_system.py')
| -rw-r--r-- | examples/get_system.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/get_system.py b/examples/get_system.py index 2be6a09..2d59001 100644 --- a/examples/get_system.py +++ b/examples/get_system.py @@ -3,6 +3,6 @@ from pymba import Vimba if __name__ == '__main__': - with Vimba() as vmb: - system = vmb.system() + with Vimba() as vimba: + system = vimba.system() print(system) |
