mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
delete beacons older than 2 days
This commit is contained in:
parent
9a8ebfef77
commit
877b517b72
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class ScheduleManager:
|
||||||
cmd.run(self.event_manager, self.modem)
|
cmd.run(self.event_manager, self.modem)
|
||||||
|
|
||||||
def delete_beacons(self):
|
def delete_beacons(self):
|
||||||
DatabaseManagerBeacon(self.event_manager).beacon_cleanup_older_than_days(14)
|
DatabaseManagerBeacon(self.event_manager).beacon_cleanup_older_than_days(2)
|
||||||
|
|
||||||
def push_to_explorer(self):
|
def push_to_explorer(self):
|
||||||
self.config = self.config_manager.read()
|
self.config = self.config_manager.read()
|
||||||
|
|
Loading…
Reference in a new issue