sq6jnx / sr0wx.py

Automatic hamradio weather station written in python
Apache License 2.0
13 stars 4 forks source link

Remove unnecessary stuff from dict which `getData`s return #17

Closed sq6jnx closed 9 years ago

sq6jnx commented 9 years ago

For now these functions return:

rv = {
    'data': 'list of sample file_names',
    "needCTCSS": False,
    "source": "worldweatheronline",
}

because sr0wx.py doesn't use {}.get() method.

Plan: