tao-shen Claude Opus 4.6 commited on
Commit
99e2a15
Β·
1 Parent(s): cf93629

fix: remove leftover _ensure_telegram_credentials() call causing RUNTIME_ERROR

Browse files

The 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>

Files changed (1) hide show
  1. 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) ─────────────────────────────────────