Spaces:
Sleeping
Sleeping
fix: remove leftover _ensure_telegram_credentials() call causing RUNTIME_ERROR
Browse filesThe method was removed earlier but a call at line 206 remained,
causing AttributeError on startup when dataset has existing data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- scripts/sync_hf.py +0 -1
scripts/sync_hf.py
CHANGED
|
@@ -203,7 +203,6 @@ class OpenClawFullSync:
|
|
| 203 |
|
| 204 |
# Patch config after restore
|
| 205 |
self._patch_config()
|
| 206 |
-
self._ensure_telegram_credentials()
|
| 207 |
self._debug_list_files()
|
| 208 |
|
| 209 |
# ββ Save (periodic + shutdown) βββββββββββββββββββββββββββββββββββββ
|
|
|
|
| 203 |
|
| 204 |
# Patch config after restore
|
| 205 |
self._patch_config()
|
|
|
|
| 206 |
self._debug_list_files()
|
| 207 |
|
| 208 |
# ββ Save (periodic + shutdown) βββββββββββββββββββββββββββββββββββββ
|