Skip to content

Commit 4f23e60

Browse files
author
Joohwan Oh
committed
Change default client to session
1 parent c90fc94 commit 4f23e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, protocol="http", host="localhost", port=8529,
3535
self.password = password
3636
self.db_name = db_name
3737
# self.client = SessionArangoClient() if client is None else client
38-
self.client = DefaultArangoClient() if client is None else client
38+
self.client = SessionArangoClient() if client is None else client
3939

4040
@property
4141
def url_prefix(self):

0 commit comments

Comments
 (0)