Changeset 0890cc
- Timestamp:
- 11/05/2016 11:30:31 AM (9 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- fd80ed
- Parents:
- e31acf
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (11/05/2016 11:26:40 AM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (11/05/2016 11:30:31 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/core/alertmanager.py
re31acf r0890cc 48 48 49 49 try: 50 self.session.apply_settings( 'alert_mask', alert_mask)50 self.session.apply_settings({'alert_mask': alert_mask}) 51 51 except AttributeError: 52 52 self.session.set_alert_mask(alert_mask)
Note:
See TracChangeset
for help on using the changeset viewer.