fix for loop for 3.4 compat
This commit is contained in:
parent
ab205c5e90
commit
fa4174e101
@ -1209,7 +1209,7 @@ class App(object):
|
||||
content.append(item)
|
||||
|
||||
for item in edit_mode:
|
||||
content.append(edit_mode)
|
||||
content.append(item)
|
||||
|
||||
content.append(urwid.Divider("-"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user