publish eve_chat_watcher.py
This commit is contained in:
parent
3e4142855d
commit
8bf9886b83
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ def main():
|
||||||
if not d:
|
if not d:
|
||||||
sys.exit("No Chatlogs dir. Set [chat] chatlogs_dir in config.ini.")
|
sys.exit("No Chatlogs dir. Set [chat] chatlogs_dir in config.ini.")
|
||||||
print(f"[chat] watching {channels} in {d}; keywords={keywords or 'ALL'}")
|
print(f"[chat] watching {channels} in {d}; keywords={keywords or 'ALL'}")
|
||||||
|
w.heartbeat(cp, "chat")
|
||||||
|
|
||||||
handles = {} # channel -> (path, fh)
|
handles = {} # channel -> (path, fh)
|
||||||
last = {} # channel -> last alert time
|
last = {} # channel -> last alert time
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue