This commit is contained in:
Aevann1 2021-07-26 20:47:42 +02:00
parent 5a8a9de184
commit 9f058be9e6
16 changed files with 26 additions and 35 deletions

View file

@ -16,7 +16,7 @@ from drama.classes import *
from .front import frontlist
from flask import *
from io import BytesIO
from drama.__main__ import app, limiter, cache, db_session
from drama.__main__ import app, limiter, cache
from PIL import Image as PILimage
with open("snappy.txt", "r") as f: