Skip to content

Commit

Permalink
dnet: fix test to work with urwid 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-mining committed Oct 26, 2023
1 parent a35db4c commit 22da17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/dnet/test/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def unhandled_input(self, k):
async def say_hello(self):
while True:
await asyncio.sleep(0.1)
self.ev.call_soon(self.loop.draw_screen)
self.listwalker.contents.append(urwid.Text("hello"))


Expand Down

0 comments on commit 22da17e

Please sign in to comment.