Skip to content

Commit

Permalink
- rename blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardevertz committed Feb 14, 2024
1 parent b88ddc4 commit ce6fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_blueprint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import Blueprint, render_template

streamer_blueprint = Blueprint('streamer', __name__,
send_blueprint = Blueprint('streamer', __name__,
template_folder='templates',
static_folder='static',
static_url_path='/frontend/send-to-anyone-page/static')
Expand Down

0 comments on commit ce6fc77

Please sign in to comment.