SavageCore / torf-gui

An advanced GUI torrent file creator with batch functionality, powered by PyQt and torf
https://pypi.org/project/torf-gui/
GNU General Public License v3.0
27 stars 0 forks source link

Application crashes if anything other than Auto piece size is selected when selecting file #15

Closed SavageCore closed 8 months ago

SavageCore commented 8 months ago
Traceback (most recent call last):
  File "C:\Users\SavageCore\Documents\Git\torf-gui\torf_gui\gui.py", line 417, in pieceSizeChanged
    if PIECE_SIZES[index] > 16777216:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'NoneType' and 'int'