Explorar o código

dnet: downgrade urwid version

upgrading urwid to 2.2.0 breaks dnet in two ways:

* ui is not visible unless the terminal is in focus
* the screen is not redrawing correctly- contains artifacts from previous draw.

it may have to do with this breaking change that was added to 2.2.0:

https://github.com/urwid/urwid/pull/541

but i am not sure yet, investigating.
lunar-mining %!s(int64=2) %!d(string=hai) anos
pai
achega
387897cf7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/dnet/requirements.txt

+ 1 - 1
bin/dnet/requirements.txt

@@ -1,2 +1,2 @@
 toml==0.10.2
-urwid==2.2.2
+urwid==2.1.2