mirror of
https://github.com/markqvist/NomadNet.git
synced 2026-07-28 14:19:22 +00:00
Fix urwid entities init: use correct `super()`, hack `__super` is officially deprecated. Method <Class>.method(self, ...) is only for fallback in corner cases (normally not recommended to use).