You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
response = requests.get(url, timeout=5) # you can adjust the timeout as needed
if "nexus:x:200:200:Nexus Repository Manager user:/opt/sonatype/nexus:/bin/false" not in response.text and "Not Found" not in response.text and "400 Bad Request" not in response.text and "root" in response.text: