You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the intended code on line 356 on torrent.py is:
if (size_data>size_max)
because the condition:
if (size_piece>size_max) seems impossible to meet from code above it
The text was updated successfully, but these errors were encountered:
Maybe the intended code on line 356 on torrent.py is:
if (size_data>size_max)
because the condition:
if (size_piece>size_max) seems impossible to meet from code above it
The text was updated successfully, but these errors were encountered: