This commit is contained in:
yumoqing 2026-03-03 17:22:12 +08:00
parent 8ab5f767cf
commit 82b3e32dd1

View File

@ -41,7 +41,7 @@ async def run_proxy():
ctx.term() ctx.term()
debug('run_proxy stopped...........') debug('run_proxy stopped...........')
async def zmq_subcribe(special_key: str, callback=None): async def zmq_subscribe(special_key: str, callback=None):
content = '' content = ''
try: try:
if callback: if callback: