Skip to content

Commit

Permalink
Comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
azime committed Jan 15, 2024
1 parent a6bb1f6 commit 79a3a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/jormungandr/jormungandr/olympic_site_params_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ def get_json_content(self, s3_object):

@cache.memoize(app.config[str('CACHE_CONFIGURATION')].get(str('FETCH_S3_DATA_TIMEOUT'), 24 * 60))
def load_data(self, resource_s3_object):
"""
the POI conf is hidden in REDIS by the instance name, file name and Etag of the S3 object
"""
json_content = self.get_json_content(resource_s3_object.s3_object)
self.str_datetime_time_stamp(json_content)
return json_content
Expand Down

0 comments on commit 79a3a86

Please sign in to comment.