Skip to content

Commit

Permalink
Add last update
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Aug 8, 2024
1 parent b9cab17 commit 61dad8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalog_reader/custom_app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from datetime import datetime


APP_VERSION = 'custom'
VERSION = '1.0.0'

Expand Down Expand Up @@ -27,4 +30,6 @@ def get_version_details() -> dict:
'supported': True,
'healthy': True,
'healthy_error': None,
'location': None,
'last_update': datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
}

0 comments on commit 61dad8a

Please sign in to comment.