fix tuple for array
This commit is contained in:
parent
88d7fcd7df
commit
2ea1524c7f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class ResticExporter:
|
|||
self._write_metrics()
|
||||
|
||||
def _read_summary_from_systemd(self,):
|
||||
self.summaries = ()
|
||||
self.summaries = []
|
||||
journal_obj = journal.Reader()
|
||||
journal_obj.seek_realtime(datetime.now() - timedelta(days=1))
|
||||
journal_obj.add_match('_EXE=/usr/local/bin/restic')
|
||||
|
|
Loading…
Reference in a new issue