Closed nicolargo closed 1 week ago
Line 148:
self.__update_stats_rest(f'{server['uri']}/api/{__apiversion__}', server)
replace ' by ":
self.__update_stats_rest(f"{server['uri']}/api/{__apiversion__}", server)
And line 211 and 213 also...
Corrected on the develop branch.
Do not define any static server in the glances.conf file.