Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings about not being a widget #35

Open
kcinickgx opened this issue Jul 19, 2024 · 0 comments
Open

Warnings about not being a widget #35

kcinickgx opened this issue Jul 19, 2024 · 0 comments

Comments

@kcinickgx
Copy link

kcinickgx commented Jul 19, 2024

the program works fine, but annoying warning in the start

speedometer -i 0.1 -r KCINET -t KCINET

/usr/bin/speedometer.py:226: ColumnsWarning: <speedometer.SpeedGraph object at 0x7f1650ee19d0> is not a Widget
d = GraphDisplay(tap, smoothed)
/usr/bin/speedometer.py:226: ColumnsWarning: <speedometer.SpeedGraph object at 0x7f1650f04510> is not a Widget
d = GraphDisplay(tap, smoothed)
/usr/lib/python3.11/site-packages/urwid/widget/widget.py:112: ColumnsWarning: <speedometer.SpeedGraph object at 0x7f1650ee19d0> is not Widget.
canv = fn(self, size, focus=focus)
/usr/lib/python3.11/site-packages/urwid/widget/widget.py:112: ColumnsWarning: <speedometer.SpeedGraph object at 0x7f1650f04510> is not Widget.
canv = fn(self, size, focus=focus)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant