Skip to content

Commit

Permalink
re-deleting config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Jan 17, 2017
1 parent 5cd26fe commit 13b385c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions beards/digocean/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
api_key = 'your_key_here'
admins = [
# dict(name='admin_name', id = telegram_user_id),
]
# dict(name='admin_name', id = telegram_user_id)

1 change: 1 addition & 0 deletions beards/sentiment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, *args, **kwargs):
async def log_message_score(self, msg):
#don't bother saving /score messages as they are likely not
#representitive of chat
print(msg['chat']['id'])

if not msg['text'].startswith('/score'):
score = sent.analyze(msg)
Expand Down
Empty file removed config.py
Empty file.

0 comments on commit 13b385c

Please sign in to comment.