Explorar o código

dnet: fix test to work with urwid 2.2.0

lunar-mining %!s(int64=2) %!d(string=hai) anos
pai
achega
1621456f01
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/dnet/test/view.py

+ 1 - 0
bin/dnet/test/view.py

@@ -44,6 +44,7 @@ class Demo:
     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"))