Skip to content

Commit

Permalink
Re-add removed logging line, add state file to gitignore (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Oct 13, 2020
1 parent f6eaae3 commit 7470c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dmypy.json

# IDE
.idea/

# Auto scanner file
.autoscanner-state-file
1 change: 1 addition & 0 deletions signal_scanner_bot/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def process_signal_message(blob: Dict, api: API) -> None:
# Check if twitter-to-signal should be on/off
condensed = _condense_command(message)
notice = env.STATE.update_listening_status(condensed)
log.info(notice)
signal.send_message(notice, env.LISTEN_CONTACT)


Expand Down

0 comments on commit 7470c96

Please sign in to comment.