Closed emontuori closed 2 years ago
I solved an issue on utils/http.py at code 128. "return data['online']" replaced with "return data['result']['data']['online']".
Make a pr with this change and I can merge it in
Made a pr whit this change
Thanks! All merged
I solved an issue on utils/http.py at code 128. "return data['online']" replaced with "return data['result']['data']['online']".