Closed marshall-brown closed 2 years ago
Let me know if you allow PRs :)
Hi @marshall-brown, That's the walrus operator; it was introduced in Python 3.8....more or less for this specific scenario. Python 3.6 will definitely get upset about it though; try it with 3.8 or newer and you should be good to go. (FWIW, I recommend pyenv for simple management of multiple python versions.)
Ill upgrade test and report back
https://github.com/rmartin16/qbittorrentui/blob/43c224b94ed9564f333acb7910d3508e53e2552f/qbittorrentui/windows/application.py#L76
Running on WSL