Archived
1
1
Fork 0

remove comments from repeated table dicts

This commit is contained in:
Josh Lay 2023-05-07 16:15:15 -05:00
parent 6f9a3e8c7c
commit 1c899d09d8
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -152,10 +152,6 @@ class GPUStatsWidget(Static):
async def get_stats(self):
'''Function to fetch stats / update the table for each AMD GPU found'''
for card in self.cards:
# annoyingly, must retain the styling used w/ the cols above
# otherwise stats won't update
# noticed when fiddling 'style' below between new/update 'Text'
# should store their IDs on creation and map those instead
self.data = self.get_column_data_mapping(card)
# handle the table data appopriately
# if needs populated anew or updated