Skip to content

Commit

Permalink
Update sde_collections/sinequa_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis authored Nov 11, 2024
1 parent ae211ca commit 1775cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/sinequa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


class Api:
def __init__(self, server_name: str) -> None:
def __init__(self, server_name: str=None) -> None:
self.server_name = server_name
config = server_configs[server_name]
self.app_name: str = config["app_name"]
Expand Down

0 comments on commit 1775cf0

Please sign in to comment.