- Removed local 'import json' statement inside get_servers() function - This was shadowing the module-level import and causing 'cannot access local variable' error - json is already imported at the top of the file (line 44)
104 KiB
104 KiB