From 817872f6271c43a934cc0ddafadde28d432ae75e Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Tue, 20 Oct 2020 21:06:53 +0200 Subject: Fix edit/edid typo :D --- modules.d/bas-python/scripts/00collect_hw_info_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/bas-python/scripts/00collect_hw_info_json.py b/modules.d/bas-python/scripts/00collect_hw_info_json.py index 6c835b3e..894c12e5 100755 --- a/modules.d/bas-python/scripts/00collect_hw_info_json.py +++ b/modules.d/bas-python/scripts/00collect_hw_info_json.py @@ -120,7 +120,7 @@ def main(): _collecthw['dmidecode'] = get_dmidecode() _collecthw['smartctl'] = get_smartctl() _collecthw['lspci'] = get_lspci() - _collecthw['edit'] = get_edid() + _collecthw['edid'] = get_edid() # Print out the final json print(json.dumps(_collecthw)) -- cgit v1.2.3-55-g7522