Add power supply support (#56)

This commit is contained in:
Solvik 2019-09-05 13:47:10 +02:00 committed by GitHub
parent 1c44ab36fb
commit 8d0168acb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 160 additions and 2 deletions

View file

@ -503,7 +503,6 @@ class Network():
def update_netbox_network_cards(self):
if config.update_all is None or config.update_network is None:
print(config)
return None
logging.debug('Updating NIC...')