python-qBittorrent icon indicating copy to clipboard operation
python-qBittorrent copied to clipboard

Update README.md so sample code (i.e., "print") works in Python 3

Open timoteostewart opened this issue 1 year ago • 0 comments

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.

timoteostewart avatar Apr 21 '24 02:04 timoteostewart