updated pages

This commit is contained in:
2025-07-16 16:08:40 +03:00
parent 94fad22d85
commit f075cdf871
12 changed files with 1808 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ import os
import sys
from app import create_app
from app.extensions import db
from app.models import User, ServerLog
from app.models import User, ServerLog, ScheduledTask
from app.utils.logger import log_action
def main():