remove comments from repeated table dicts
This commit is contained in:
parent
6f9a3e8c7c
commit
1c899d09d8
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue