From 097b859d8626f3c90cc0a669fedef0f2e30d4bde Mon Sep 17 00:00:00 2001 From: Vlastislav Svatek Date: Wed, 20 May 2026 13:56:04 +0200 Subject: [PATCH] anonym --- ipscan-v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipscan-v2.py b/ipscan-v2.py index cadd949..4f2ad3a 100644 --- a/ipscan-v2.py +++ b/ipscan-v2.py @@ -32,9 +32,9 @@ networks = [ ] # 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): print(f"Scanning network: {network}")