feat: scraper usage example, fixed session handling

This commit is contained in:
2025-05-31 05:45:27 +02:00
parent 56f90efe40
commit ca961320e7
4 changed files with 145 additions and 25 deletions

View File

@@ -4,6 +4,7 @@
# - json with appropriate data
from datetime import datetime
from flask_sqlalchemy import SQLAlchemy
from fs_scraper import scraper
from functools import wraps
from lewy_globals import getDb, colors as c
import flask, json, time