main
bashrc 2026-04-06 15:04:00 +01:00
parent 8ed94746dd
commit 9e52c7e438
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ def run_shares_expire_watchdog(project_version: str, httpd) -> None:
def load_tokens(base_dir: str, tokens_dict: {}, tokens_lookup: {}) -> None:
"""Loads shared items access tokens for each account
"""Loads access tokens and shared items tokens for each account
"""
dir_str = data_dir(base_dir)
for _, dirs, _ in os.walk(dir_str):