Added a bit to session alert mask that was added in lt-0.16

This commit is contained in:
Kai Huuhko 2014-07-15 05:51:47 +03:00
parent 73dc6cee0a
commit 7fcfa35a1e
2 changed files with 10 additions and 8 deletions

2
TODO
View File

@ -1,3 +1,5 @@
RSS:
http://libtorrent.org/reference-RSS.html
Torrent-handle controls/options: Torrent-handle controls/options:
http://libtorrent.org/reference-Core.html#torrent_handle http://libtorrent.org/reference-Core.html#torrent_handle
✔ Menu items @done (18:43 06.07.2014) ✔ Menu items @done (18:43 06.07.2014)

View File

@ -68,14 +68,14 @@ class Session(lt.session):
self.torrents = OrderedDict() self.torrents = OrderedDict()
#sdpipsdtsppe #rsdpipsdtsppe
#theprtertoer #stheprtertoer
#atrboabaorer #satrboabaorer
#t|flgtucrtro #|t|flgtucrtro
#s|oorugkam|r #|s|oorugkam|r
#||rces|ega|| #|||rces|ega||
#||mks||rep|| #|||mks||rep||
mask = 0b000001000001 mask = 0b0000001000001
self.set_alert_mask(mask) self.set_alert_mask(mask)
self.listen_on( self.listen_on(