Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit69ae183

Browse files
committed
Fix else if
1 parente16dd8e commit69ae183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎typesense/configuration.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, config_dict):
4242
nearest_node=config_dict.get('nearest_node',None)
4343
ifnotnearest_node:
4444
self.nearest_node=None
45-
elseifisinstance(nearest_node,str):
45+
elifisinstance(nearest_node,str):
4646
self.nearest_node=Node(nearest_node)
4747
else:
4848
self.nearest_node=Node(nearest_node['host'],nearest_node['port'],nearest_node.get('path',''),nearest_node['protocol'])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp