This commit is contained in:
urlbot
2015-07-19 02:23:53 +02:00
parent 38d0e16a82
commit a39f9eb6a6

View File

@@ -933,7 +933,7 @@ def command_dsa_watcher(argv, **args):
crawl_at = time.time() + conf('dsa_watcher_interval')
register_event(crawl_at, command_dsa_watcher, (['dsa-watcher', 'crawl'],))
msg = 'dsa_watcher: next crawl set to %s' % time.strftime('%F.%T', time.localtime(crawl_at))
msg = 'next crawl set to %s' % time.strftime('%F.%T', time.localtime(crawl_at))
log.plugin(msg)
out.append(msg)
return { 'msg': out }