Update NOTIFICATION_DELTA_DAYS

This commit is contained in:
2023-05-28 02:52:30 +02:00
parent 09123aa954
commit 47b280c205

View File

@@ -6,7 +6,7 @@ from app.depends import check_token
from app.models import ChatDonateNotification from app.models import ChatDonateNotification
NOTIFICATION_DELTA_DAYS = 30 NOTIFICATION_DELTA_DAYS = 60
donation_notifications_router = APIRouter( donation_notifications_router = APIRouter(