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:
http://libtorrent.org/reference-Core.html#torrent_handle
✔ Menu items @done (18:43 06.07.2014)

View File

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