def get_expiry()

in src/monitor.py [0:0]


def get_expiry(current_time: int) -> int:
    # There are 604800 seconds in a week
    return current_time + 604800