Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jan 10, 2025
1 parent 217f82d commit 7d8b9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/get_travel_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from app.db import getConnection
from app.get_here_links import get_here_links
from app.selectMapVersion import selectMapVersion
from app.hereMapVersion import hereMapVersion
from traveltimetools.utils import timeFormats
import numpy
import math
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
WHERE valid_range @> NOW()::date;
"""

def selectMapVersion(start_date=None, end_date=None):
def hereMapVersion(start_date=None, end_date=None):
connection = getConnection()
with connection:
with connection.cursor() as cursor:
Expand Down

0 comments on commit 7d8b9d4

Please sign in to comment.