Skip to content

Commit

Permalink
[LogManager] mixture of tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 7, 2023
1 parent 7b6a295 commit 62fab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/LogManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def __init__(self, session, logpath=None):
"left": self.goLeft,
"right": self.goRight,
"0": self.doRefresh,
}, -1)
}, -1)
self.onLayoutFinish.append(self.mainlist)

def exit(self):
Expand Down

0 comments on commit 62fab4f

Please sign in to comment.