Matthew-Hsu / PiPass

Nintendo 3DS Homepass for the Raspberry Pi
149 stars 20 forks source link

Bugfix for updating PIPASS_DB #5

Closed nagledb closed 9 years ago

nagledb commented 9 years ago

Bugfix: when piPassStatus=="update" triggered an update, the PIPASS_DB setting was not being updated properly if GS_KEY or GSX_WORKSHEET had changed. Moved the variable's setting to loadSettings so that it now gets updated.

Matthew-Hsu commented 9 years ago

Good catch with the refresh. Thanks for the bug fix!