diff --git a/bin/Notifier/Backends/Snore.py b/bin/Notifier/Backends/Snore.py --- a/bin/Notifier/Backends/Snore.py +++ b/bin/Notifier/Backends/Snore.py @@ -15,7 +15,7 @@ def notify(self, title, message, alertClass): try: - snore = CraftCore.cache.findApplication("snoresend") + snore = CraftDebug.CraftCore.cache.findApplication("snoresend") if not snore: return command = f"""{snore} -t "{title}" -m "{message}" -i "{self.icon}" -a "Craft" -c "{alertClass}" --silent """