This commit is contained in:
yumoqing 2026-07-17 11:30:29 +08:00
parent 6e5911ad46
commit f87b915cdd

View File

@ -7,6 +7,7 @@ import poplib
from appPublic.log import debug, exception
from appPublic.dictObject import DictObject
from appPublic.timeUtils import curDateString, timestampstr
from ahserver.serverenv import ServerEnv
from email.parser import Parser
from email.header import decode_header
from email.utils import parseaddr
@ -142,7 +143,7 @@ class TransferGateway(Gateway):
async def run(self):
"""后台轮询邮箱,匹配转账码并完成充值入账"""
from ahserver.serverenv import ServerEnv
debug(f'mail check loop will starting')
self.running = True
while self.running:
debug(f'mail check loop running')