From 97eeb9047738119fdc73b25f92e4591a03a874f8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 23:09:49 +0200 Subject: [PATCH] fds --- files/classes/user.py | 2 +- files/routes/votes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index 1d6a9926b..93ff98613 100755 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -4,7 +4,7 @@ import pyotp from files.helpers.discord import remove_user from files.helpers.images import * from files.helpers.const import * -from files.helpers.notifications import send_notification +from files.helpers.alerts import send_notification from .alts import Alt from .submission import SaveRelationship from .comment import Notification diff --git a/files/routes/votes.py b/files/routes/votes.py index 891254205..9e21512e7 100755 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -1,7 +1,7 @@ from files.helpers.wrappers import * from files.helpers.get import * from files.helpers.const import NOTIFICATIONS_ACCOUNT -from files.helpers.notifications import send_notification +from files.helpers.alerts import send_notification from files.classes import * from flask import * from files.__main__ import app, limiter, cache