removed extra :

This commit is contained in:
Thomas Davis 2020-01-20 15:19:54 -08:00 committed by Solvik Blum
parent dad4a3b57d
commit 5b9bb7ca04

View file

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