mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-22 23:41:44 +03:00
unpack bug fix
This commit is contained in:
@@ -494,9 +494,7 @@ async def _run(stop_event: Optional[asyncio.Event] = None):
|
|||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
await asyncio.sleep(60)
|
await asyncio.sleep(60)
|
||||||
bl = ', '.join(
|
bl = ', '.join(f'DC{k}' for k in sorted(ws_blacklist)) or 'none'
|
||||||
f'DC{d}{"m" if m else ""}'
|
|
||||||
for d, m in sorted(ws_blacklist)) or 'none'
|
|
||||||
log.info("stats: %s | ws_bl: %s", stats.summary(), bl)
|
log.info("stats: %s | ws_bl: %s", stats.summary(), bl)
|
||||||
except asyncio.CancelledError:
|
except asyncio.CancelledError:
|
||||||
raise
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user