Spaces:
Sleeping
Sleeping
Jeong-hun Kim commited on
Commit ยท
579780d
1
Parent(s): 0372ddf
minor fix2
Browse files- core/context_manager.py +2 -2
core/context_manager.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
class ContextManager:
|
| 2 |
# ์ ์ญ ์์ ์ค์
|
| 3 |
-
USER_NAME = "
|
| 4 |
-
BOT_NAME = "
|
| 5 |
|
| 6 |
def __init__(self):
|
| 7 |
self.user_name = self.USER_NAME
|
|
|
|
| 1 |
class ContextManager:
|
| 2 |
# ์ ์ญ ์์ ์ค์
|
| 3 |
+
USER_NAME = "์ฌ์ฉ์"
|
| 4 |
+
BOT_NAME = "ํ์ง๋ก"
|
| 5 |
|
| 6 |
def __init__(self):
|
| 7 |
self.user_name = self.USER_NAME
|