diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 14:28:00 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-30 14:28:00 +1100 |
| commit | 810b1f0a061988b451f9d425d8788596ae39118b (patch) | |
| tree | e0115cab0c8d81c45f3ce79f298037948bc94609 /examples | |
| parent | cbceaff013690eecec2298b14810ef9e643770f2 (diff) | |
| download | pymba-810b1f0a061988b451f9d425d8788596ae39118b.tar.gz pymba-810b1f0a061988b451f9d425d8788596ae39118b.zip | |
update version example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/show_version.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/show_version.py b/examples/show_version.py index 1542845..643dc1c 100644 --- a/examples/show_version.py +++ b/examples/show_version.py @@ -3,6 +3,4 @@ from pymba import Vimba, PYMBA_VERSION if __name__ == '__main__': print(f'Pymba version: {PYMBA_VERSION}') - - vimba = Vimba() - print(f'Vimba version: {vimba.version}') + print(f'Vimba version: {Vimba.version()}') |
