We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9082e commit 3ee3888Copy full SHA for 3ee3888
app/data_utils.py
@@ -763,8 +763,7 @@ def get_latest_observation_date(label):
763
Returns:
764
str: Latest end_date_observed, or None if no matching records found.
765
"""
766
- # url = config['API_VRRC_IP']
767
- url = 'localhost:8000'
+ url = config['API_VRRC_IP']
768
response = requests.get(
769
f"http://{url}/annotations/",
770
timeout=10)
0 commit comments