فهرست منبع

dnet: fix test to work with urwid 2.2.0

lunar-mining 2 سال پیش
والد
کامیت
1621456f01
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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):
     async def say_hello(self):
         while True:
         while True:
             await asyncio.sleep(0.1)
             await asyncio.sleep(0.1)
+            self.ev.call_soon(self.loop.draw_screen)
             self.listwalker.contents.append(urwid.Text("hello"))
             self.listwalker.contents.append(urwid.Text("hello"))