Only keep call log for 14 days

This commit is contained in:
Mark Qvist 2025-11-09 14:22:31 +01:00
parent 596bef2db4
commit 2bc80d2936

View file

@ -23,7 +23,7 @@ class ReticulumTelephone():
WAIT_TIME = 60
PATH_TIME = 10
CALL_LOG_KEEP = 30*24*60*60
CALL_LOG_KEEP = 14*24*60*60
def __init__(self, identity, owner = None, service = False, speaker=None, microphone=None, ringer=None, logpath=None):
self.identity = identity