python-qBittorrent
python-qBittorrent copied to clipboard
Update README.md so sample code (i.e., "print") works in Python 3
I tried copying the sample code, but I got an error since print torrent['name'] is Python 2 style. This PR updates sample code so it uses Python 3 style. Anyone who needs Python 2 style can remove parentheses. Presumably by this time (year 2024) Python 3 is far more prevalent than Python 2.