From: Fedor Sevrugin Date: Wed, 10 Sep 2025 15:07:18 +0000 (+0300) Subject: V1.0.3 -- bug fix X-Git-Url: https://git.fedor.sevrugin.ru/?a=commitdiff_plain;h=b36e8d88a0d7e68fe47886647904b0fdfa834f62;p=fedordpi.git V1.0.3 -- bug fix --- diff --git a/fedordpi.py b/fedordpi.py index 4ffc0d3..b6c8561 100644 --- a/fedordpi.py +++ b/fedordpi.py @@ -78,7 +78,7 @@ async def fragemtn_data(local_reader, remote_writer): await remote_writer.drain() -force_all = True +force_all = False if ('--force-all' in argv): force_all = True print('fragmentation forced for all sites')