ch2i / LoraGW-Setup

SX1301 Lora Concentrator Raspberry PI based gateway setup
72 stars 29 forks source link

setup_config.py bug #6

Closed evandavey closed 5 years ago

evandavey commented 5 years ago

Running setup_config.py fails as router is None.

I fixed by changing line 96 from:

router = router.hostname

to

router = router.path
hallard commented 5 years ago

Not sure what's was going on, I fixed as you suggested, thanks for reporting.