pr0nstar

XV.III

......@@ -10,7 +10,7 @@ TYPESENSE_API, TYPESENSE_HOST = TYPESENSE_API.split(':')
client = typesense.Client({
'api_key': TYPESENSE_API,
'nodes': [{
'host': 'localhost',
'host': TYPESENSE_HOST,
'port': '8108',
'protocol': 'http'
}],
......