kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.08k stars 115 forks source link

Fix root_cap = None #47

Closed thefinn93 closed 8 years ago

thefinn93 commented 8 years ago

Previously it would try to convert it to unicode and set the root_cap to the string "None"

kpreid commented 8 years ago

Thanks for bringing this to my attention. I didn't use your commits because I wanted there to be testing and a single commit.

thefinn93 commented 8 years ago

No worries, thanks for fixing it