MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _clear_credentials

Method _clear_credentials

pager/pager_menu.py:378–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

376 time.sleep(0.5)
377
378 def _clear_credentials(self):
379 try:
380 for f in os.listdir(CREDS_DIR):
381 if f.endswith('.csv'):
382 os.remove(os.path.join(CREDS_DIR, f))
383 except Exception:
384 pass
385 self._show_message("Credentials Cleared!", ON_COLOR)
386 time.sleep(0.5)
387
388 def _clear_stolen(self):
389 try:

Callers 1

_show_clear_data_menuMethod · 0.95

Calls 2

_show_messageMethod · 0.95
sleepMethod · 0.45

Tested by

no test coverage detected