summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-03-16 16:25:58 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-03-16 16:25:58 +0100
commit0929cea1fe760e36dd2425d98d81da3b0f2620b0 (patch)
tree3012bd4f361fcaf74cad8eb6705bce065f253c52
parentno dht_log_alert (diff)
downloadtravnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar.gz
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar.bz2
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar.lz
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar.xz
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.tar.zst
travnik-0929cea1fe760e36dd2425d98d81da3b0f2620b0.zip
-rwxr-xr-xradio/radio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/radio/radio.py b/radio/radio.py
index 5fc45ad..44475ec 100755
--- a/radio/radio.py
+++ b/radio/radio.py
@@ -88,7 +88,7 @@ def alerts(session, playstack, save_path, torrents):
continue
else:
a.handle.resume()
- if type(a) in [libtorrent.external_ip_alert, libtorrent.listen_succeeded_alert, libtorrent.dht_get_peers_alert, libtorrent.dht_outgoing_get_peers_alert, libtorrent.dht_reply_alert, libtorrent.torrent_added_alert, libtorrent.state_changed_alert, libtorrent.torrent_resumed_alert, libtorrent.stats_alert, libtorrent.torrent_checked_alert, libtorrent.peer_connect_alert, libtorrent.alert, libtorrent.peer_disconnected_alert, libtorrent.incoming_connection_alert, libtorrent.block_downloading_alert, libtorrent.dht_bootstrap_alert, libtorrent.dht_announce_alert, libtorrent.block_finished_alert, libtorrent.piece_finished_alert, libtorrent.peer_unsnubbed_alert, libtorrent.peer_snubbed_alert, libtorrent.portmap_error_alert, libtorrent.block_timeout_alert, libtorrent.block_uploaded_alert, libtorrent.performance_alert, libtorrent.cache_flushed_alert, libtorrent.dht_log_alert]:
+ if type(a) in [libtorrent.external_ip_alert, libtorrent.listen_succeeded_alert, libtorrent.dht_get_peers_alert, libtorrent.dht_outgoing_get_peers_alert, libtorrent.dht_reply_alert, libtorrent.torrent_added_alert, libtorrent.state_changed_alert, libtorrent.torrent_resumed_alert, libtorrent.stats_alert, libtorrent.torrent_checked_alert, libtorrent.peer_connect_alert, libtorrent.alert, libtorrent.peer_disconnected_alert, libtorrent.incoming_connection_alert, libtorrent.block_downloading_alert, libtorrent.dht_bootstrap_alert, libtorrent.dht_announce_alert, libtorrent.block_finished_alert, libtorrent.piece_finished_alert, libtorrent.peer_unsnubbed_alert, libtorrent.peer_snubbed_alert, libtorrent.portmap_error_alert, libtorrent.block_timeout_alert, libtorrent.block_uploaded_alert, libtorrent.performance_alert, libtorrent.cache_flushed_alert, libtorrent.dht_log_alert, libtorrent.portmap_log_alert]:
continue
print(f"{type(a)} | {a}")