We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d467cf5 commit afdc5f0Copy full SHA for afdc5f0
Server.py
@@ -44,7 +44,7 @@ class Settings(BaseSettings):
44
45
46
### elk, kibana
47
-es = Elasticsearch(f'{ES_IP}:{ES_PORT}') ## 변경
+es = Elasticsearch('{ES_IP}:{ES_PORT}') ## 변경
48
es.info()
49
50
def utc_time():
0 commit comments