ichier / cmus_app

browser-based remote control for cmus
Other
6 stars 2 forks source link

crashes with var not defined.... #2

Closed rtcpersonal2020 closed 3 years ago

rtcpersonal2020 commented 3 years ago

Traceback (most recent call last): File "/root/cmus_app/bottle.py", line 862, in _handle return route.call(*args) File "/root/cmus_app/bottle.py", line 1732, in wrapper rv = callback(a, **ka) File "app.py", line 169, in fetch_full_status r = get_full_status() File "app.py", line 75, in get_full_status r = get_cmus_status() File "app.py", line 71, in get_cmus_status return false NameError: global name 'false' is not defined

ichier commented 3 years ago

see, those things happen, when writing in foreign languages. fixed (i hope). thx!