mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
This should have been in the last commit..
This commit is contained in:
parent
4dc2f7d9d0
commit
fa728510dd
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Core(component.Component):
|
|||
# Create the components
|
||||
self.eventmanager = EventManager()
|
||||
self.preferencesmanager = PreferencesManager()
|
||||
self.alertmanager = AlertManager(self.session)
|
||||
self.alertmanager = AlertManager()
|
||||
self.pluginmanager = PluginManager(self)
|
||||
self.torrentmanager = TorrentManager(self.session, self.alertmanager)
|
||||
self.filtermanager = FilterManager(self)
|
||||
|
|
Loading…
Add table
Reference in a new issue