same as last comit

pull/171/head
Aevann 2023-07-10 03:53:06 +03:00
parent c043cc6f59
commit 5a54a30892
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ class OrgyTypes:
RUMBLE = 2
TWITCH = 3
from sqlalchemy.engine import create_engine
from sqlalchemy.engine.create import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
engine = create_engine(environ.get("DATABASE_URL").strip())