Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit fb36369

Browse files
committed
Add debug for base_url
1 parent e60e71b commit fb36369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orbitdbapi/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def __init__ (self, **kwargs):
1414
self.__timeout = self.__config.get('timeout', 30)
1515
self.__session = requests.Session()
1616
self.__session.mount(self.__base_url, HTTP20Adapter(timeout=self.__timeout))
17+
self.logger.debug('Base url: ' + self.__base_url)
1718

1819
@property
1920
def session(self):

0 commit comments

Comments
 (0)