Notification system refactor / Fix configurator renewal pricing / Fix Remnawave key deletion

This commit is contained in:
Vladless
2026-04-16 17:05:23 +00:00
parent 9624e3d5c4
commit 5742f1d68d
21 changed files with 1334 additions and 1397 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from logger import logger
async def notifications_loop(bot, sessionmaker) -> None:
from handlers.notifications.general_notifications import periodic_notifications
from handlers.notifications.engine import periodic_notifications
await periodic_notifications(bot, sessionmaker=sessionmaker)