Spaces:
Sleeping
Sleeping
github-actions[bot] commited on
Commit ·
190bb76
1
Parent(s): de3d050
sync from 43a52ee
Browse files
app.py
CHANGED
|
@@ -303,7 +303,7 @@ def _extractCode(message: str) -> str | None:
|
|
| 303 |
try:
|
| 304 |
results = dartlab.search(token)
|
| 305 |
if results is not None and len(results) > 0:
|
| 306 |
-
return str(results[0, "
|
| 307 |
except Exception:
|
| 308 |
continue
|
| 309 |
return None
|
|
|
|
| 303 |
try:
|
| 304 |
results = dartlab.search(token)
|
| 305 |
if results is not None and len(results) > 0:
|
| 306 |
+
return str(results[0, "종목코드"])
|
| 307 |
except Exception:
|
| 308 |
continue
|
| 309 |
return None
|