diff --git a/sysig.py b/sysig.py index cb66a19..2d8e25b 100644 --- a/sysig.py +++ b/sysig.py @@ -78,7 +78,7 @@ autosize=True, ): - freq = humanize.naturalsize(GCI['hz_actual_friendly'], gnu=True) + freq = GCI['hz_actual_friendly'] dpg.add_text(f"Processor Name: {GCI['brand_raw']} @ {freq}", bullet=True) dpg.add_text(f"Processor Count: {GCI['count']}", bullet=True) dpg.add_text(f"Architecture: {GCI['arch']}", bullet=True)