This commit is contained in:
Thorsten
2016-01-04 15:00:19 +01:00
parent 0c857dd873
commit 7fcaee8b1a

View File

@@ -585,7 +585,6 @@ def command_dsa_watcher(argv=None, **_):
msg = 'next crawl set to %s' % time.strftime('%Y-%m-%d %H:%M', time.localtime(crawl_at)) msg = 'next crawl set to %s' % time.strftime('%Y-%m-%d %H:%M', time.localtime(crawl_at))
out.append(msg) out.append(msg)
return { return {
'msg': out,
'event': { 'event': {
'time': crawl_at, 'time': crawl_at,
'command': (command_dsa_watcher, ([],)) 'command': (command_dsa_watcher, ([],))