Revert "优化微信同步超时兜底并下沉头像缓存预热"

This reverts commit c3830d905e.
This commit is contained in:
Liu
2026-05-01 12:45:28 +08:00
parent f9e5a6f5bf
commit 994f452b99
5 changed files with 80 additions and 171 deletions

View File

@@ -33,8 +33,3 @@ class UserLoggedOut(Exception):
class BanProtection(Exception):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
class RequestTimeoutError(Exception):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)