mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-06 08:05:15 -04:00
Fixed invalid indent
This commit is contained in:
parent
dc64ab26d4
commit
78106b3f8c
1 changed files with 2 additions and 2 deletions
4
nomadnet/vendor/Scrollable.py
vendored
4
nomadnet/vendor/Scrollable.py
vendored
|
@ -149,8 +149,8 @@ class Scrollable(urwid.WidgetDecoration):
|
|||
break
|
||||
|
||||
pwi += 1
|
||||
except Exception as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
else:
|
||||
# Original widget does not have a cursor, but may be selectable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue