Fix circuit error (#87)

* fix 'Interface' object has no attribute 'circuit'
This commit is contained in:
mattieserver
2022-03-09 21:00:55 +01:00
committed by GitHub
parent 3e5b28f208
commit f5d9f589bf
5 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='netbox-topology-views',
version='1.0.0',
version='1.0.1',
description='An NetBox plugin to create Topology maps',
url='https://github.com/mattieserver/netbox-topology-views',
author='Mattijs Vanhaverbeke',