Skip to content

Commit

Permalink
[FIX] eval_readers_data
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Oct 28, 2024
1 parent 29ae4b6 commit 27e6434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def load_readers_data(self):
return True

def eval_readers_data(self):
res = super().events_process_todo()
res = super().eval_readers_data()
for point in self.env['ca.punto_accesso'].search([('enable_sync', '=', True)]):
point.events_process_todo()
return True
Expand Down

0 comments on commit 27e6434

Please sign in to comment.