Software /
code /
prosody
Diff
plugins/mod_cron.lua @ 13702:4b83dbcddcff
Merge 13.0->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 15 Feb 2025 10:34:26 +0000 |
parent | 13701:1aa7efabeacb |
line wrap: on
line diff
--- a/plugins/mod_cron.lua Fri Feb 14 20:57:43 2025 +0100 +++ b/plugins/mod_cron.lua Sat Feb 15 10:34:26 2025 +0000 @@ -78,7 +78,7 @@ args = {}; handler = function(self, filter_host) local format_table = require("prosody.util.human.io").table; - local it = require("util.iterators"); + local it = require("prosody.util.iterators"); local row = format_table({ { title = "Host"; width = "2p" }; { title = "Task"; width = "3p" };