Skip to content

Commit 654734f

Browse files
author
Steve Kirkland
committed
4 space indent
1 parent 2fae759 commit 654734f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bugsnag/configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ def _create_null_logger(self) -> logging.Logger:
594594
def _initialize_endpoints(self, endpoint, session_endpoint, api_key):
595595
# Default endpoints depending on the API key, if not already set
596596
if (endpoint is None and session_endpoint is None and
597-
self.endpoint is None and self.session_endpoint is None):
597+
self.endpoint is None and self.session_endpoint is None):
598+
598599
if _is_hub_api_key(api_key):
599600
self.endpoint = HUB_ENDPOINT
600601
self.session_endpoint = HUB_SESSIONS_ENDPOINT

0 commit comments

Comments
 (0)