projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
474 stars 122 forks source link

flask_thread(host="0.0.0.0", port=5000) #900

Closed phirippu closed 4 days ago

phirippu commented 4 days ago

Please update web.py, where port 5000 is hardcoded.

darksidelemm commented 4 days ago

It's not hard-coded, that argument is just a default, and gets overwritten with whatever is in this configuration setting: https://github.com/projecthorus/radiosonde_auto_rx/blob/master/auto_rx/station.cfg.example#L473

phirippu commented 4 days ago

I got it working by removing the .pyc files. Indeed, it works.