Skip to content

Commit

Permalink
fix cpu frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Jul 9, 2024
1 parent a16c474 commit 8941cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8941cb1

Please sign in to comment.