fix for loop for 3.4 compat
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…
Reference in New Issue