We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162bed commit aac24b2Copy full SHA for aac24b2
snyk/client.py
@@ -53,7 +53,7 @@ def __init__(
53
self.api_url = self.api_url.rstrip("/")
54
if self.rest_api_url[-1] == "/":
55
self.rest_api_url = self.rest_api_url.rstrip("/")
56
-
+
57
if debug:
58
logging.basicConfig(level=logging.DEBUG)
59
0 commit comments