Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
f50aad8a
Commit
f50aad8a
authored
Feb 22, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Use api_bp.db_manager instead of undefined db_manager variable
parent
b5a9cdde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
routes.py
mbetterclient/web_dashboard/routes.py
+1
-1
No files found.
mbetterclient/web_dashboard/routes.py
View file @
f50aad8a
...
...
@@ -4017,7 +4017,7 @@ def get_fixtures():
fixture_venue_date
=
None
is_today
=
False
is_past
=
False
if
first_match
.
start_time
and
db_manager
:
if
first_match
.
start_time
and
api_bp
.
db_manager
:
venue_start_time
=
utc_to_venue_datetime
(
first_match
.
start_time
,
api_bp
.
db_manager
)
fixture_venue_date
=
venue_start_time
.
date
()
is_today
=
(
fixture_venue_date
==
today
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment