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