This commit is contained in:
2026-05-20 13:56:04 +02:00
parent ce91b2e520
commit 097b859d86

View File

@@ -32,9 +32,9 @@ networks = [
] ]
# NetBox configuration # NetBox configuration
netbox = pynetbox.api(url='https://netbox.quanti.cz/', token='a20493110ca9b9c1658ff624d8668b45260e1b02') netbox = pynetbox.api(url='https://netbox.git/', token='xxxxxxx')
tenant = "Quanti Praha" tenant = "Xxxx Praha"
def scan_network(network): def scan_network(network):
print(f"Scanning network: {network}") print(f"Scanning network: {network}")