removal: google_login_hint 요청 코드 제거

This commit is contained in:
암냥 2025-07-09 19:20:28 +09:00
commit d3e57693e7

View file

@ -64,8 +64,8 @@ class AddonBase:
async def request(self, flow: http.HTTPFlow):
if self.google_login_hint:
await try_catch(self.google_login_hint.request(flow))
#if self.google_login_hint:
# await try_catch(self.google_login_hint.request(flow))
if false_true_varifing_task.is_verifing_false_true():
return