Skip to content

Commit

Permalink
I hate pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SageTendo committed Dec 15, 2024
1 parent 732e5f1 commit 32338e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

from dotenv import load_dotenv

load_dotenv()


class Config:
"""
Expand Down
2 changes: 0 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from app.routes.stream import stream_bp
from config import Config

load_dotenv()

app = Flask(__name__, template_folder='./templates', static_folder='./static')
app.config.from_object('config.Config')
app.register_blueprint(auth_blueprint)
Expand Down
3 changes: 3 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from dotenv import load_dotenv

load_dotenv()

0 comments on commit 32338e9

Please sign in to comment.