def get_sync_time():
"""Epoch seconds when published sync was created
:returns: str: Epoch seconds when published sync was created
"""
return hookenv.leader_get(attribute=LEADERDB_SYNC_TIME_KEY)
文章目录