Skip to content

Commit 3ee3888

Browse files
committed
API url bugfix
1 parent dd9082e commit 3ee3888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/data_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,7 @@ def get_latest_observation_date(label):
763763
Returns:
764764
str: Latest end_date_observed, or None if no matching records found.
765765
"""
766-
# url = config['API_VRRC_IP']
767-
url = 'localhost:8000'
766+
url = config['API_VRRC_IP']
768767
response = requests.get(
769768
f"http://{url}/annotations/",
770769
timeout=10)

0 commit comments

Comments
 (0)