Skip to content

Instantly share code, notes, and snippets.

@rafaelribeiroo
Created November 17, 2022 19:19
Show Gist options
  • Save rafaelribeiroo/df03e0824e19eafabdd9dcb8033132c9 to your computer and use it in GitHub Desktop.
Save rafaelribeiroo/df03e0824e19eafabdd9dcb8033132c9 to your computer and use it in GitHub Desktop.
biggest_index, objectt = max(enumerate(
handle.torrent_file().files()
), key=lambda x :x[1].size)
WARNING
/workspace/get_mail.py:139: DeprecationWarning: __iter__ is deprecated
biggest_index, objectt = max(enumerate(
/workspace/get_mail.py:141: DeprecationWarning: file_entry is deprecated
), key=lambda x :x[1].size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment