mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-01-23 13:01:05 -05:00
Fixed invalid indent
This commit is contained in:
parent
dc64ab26d4
commit
78106b3f8c
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…
Reference in New Issue
Block a user