python-qBittorrent
python-qBittorrent copied to clipboard
how to wait untill download is finished
plz help me with this wait untill download finished and do something torrent_file = open('game.torrent', 'rb') qb.download_from_file(torrent_file, save_path=os.getcwd()) d = qb.torrents() for torrent in d: name = torrent['name'] hash = torrent['hash']
now how to print download progress or wait untill download is finished