Skip to content

Commit 2fae759

Browse files
author
Steve Kirkland
committed
5 space indent
1 parent e5b0227 commit 2fae759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugsnag/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ 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):
598598
if _is_hub_api_key(api_key):
599599
self.endpoint = HUB_ENDPOINT
600600
self.session_endpoint = HUB_SESSIONS_ENDPOINT

0 commit comments

Comments
 (0)