(self, pypack)
| 77 | self.notify(_("Reconnection failed"), _("Current IP: %s") % ip) |
| 78 | |
| 79 | def package_finished(self, pypack): |
| 80 | if not self.config.get('packagefinished', True): |
| 81 | return |
| 82 | |
| 83 | self.notify(_("Package finished"), pypack.name) |
| 84 | |
| 85 | def package_failed(self, pypack): |
| 86 | if not self.config.get('packagefailed', True): |