From cc037be917efaecf460d5fc409b89c527ec33a9d Mon Sep 17 00:00:00 2001 From: Archos Date: Thu, 2 Apr 2026 21:15:32 +0200 Subject: [PATCH] =?UTF-8?q?cleanup:=20odstran=C4=9Bn=C3=AD=20debug=20log?= =?UTF-8?q?=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mastodon_cz_accounts.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mastodon_cz_accounts.py b/mastodon_cz_accounts.py index 70920a9..b85a2c3 100644 --- a/mastodon_cz_accounts.py +++ b/mastodon_cz_accounts.py @@ -167,12 +167,7 @@ def load_manual_accounts(seen_handles=None): continue url = f"https://{instance}/api/v1/accounts/lookup?acct={urllib.parse.quote(handle_part)}" token = _token_for(instance) - if handle.lower() == "archos@gts.arch-linux.cz": - tok_preview = (token[:8] + "...") if token else None - log.info(f"[DEBUG archos] token={tok_preview} url={url}") acc = api_get(url, token=token) - if handle.lower() == "archos@gts.arch-linux.cz": - log.info(f"[DEBUG archos] api_get vrátil: {None if not acc else 'dict s ' + str(list(acc.keys())[:5])}") if not acc or not isinstance(acc, dict): log.warning(f" {handle}: lookup selhal") continue