Adafruit_Learning_System_Guides
Adafruit_Learning_System_Guides copied to clipboard
fix for bug prevening retry code in Star Fragment Lamp ( issue #2444)
This change corrects the bug described in issue #2444. Specifically, it enables the intended behavior of the retry code in get_request() by passing a reference to code as the ping argument, rather than the output of the code. This means that the code will be retried as needed in get_request(), rather than tried only once.
Fixes #2444.