Slimming down the code..

This commit is contained in:
Thomas Davis 2020-01-22 07:31:29 -08:00 committed by Solvik Blum
parent 5b9bb7ca04
commit 0763c62c03

View file

@ -23,7 +23,7 @@ def run(config):
try:
server = MANUFACTURERS[manufacturer](dmi=dmidecode)
except KeyError:
server = MANUFACTURERS["Generic"]
server = GenericHost
if config.debug:
server.print_debug()