mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-07 05:52:51 -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
|
break
|
||||||
|
|
||||||
pwi += 1
|
pwi += 1
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Original widget does not have a cursor, but may be selectable
|
# Original widget does not have a cursor, but may be selectable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue