Skip to content

Commit

Permalink
[IMP] Simple quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 16, 2024
1 parent 728398e commit d8236e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AlertsNamespace(Namespace):

logger.basicConfig(level=logger.INFO, format=LOG_FORMAT, datefmt=LOG_TIME_FORMAT)

app = Flask(__name__, static_folder="../static")
app = Flask(__name__, static_folder='../static')


def ac_current_user_has_permission(*permissions):
Expand Down

0 comments on commit d8236e2

Please sign in to comment.