Procházet zdrojové kódy

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 před 2 roky
rodič
revize
387897cf7b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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