Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeperbus committed Feb 6, 2017
1 parent 94e6a71 commit b6dee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def on_chat_message(self, msg):
keyword = keyword.replace(',', ' ')
for day in weekday.split(','):
for res in ['720', '1080']:
self.db.createTvShow(name, day, time, start_date, keyword+' '+res, self.chat_id)
self.db.subscribeTvShow(name, day, time, start_date, keyword+' '+res, self.chat_id)

# 설정된 tvshow 목록을 확인한다.
elif '/close_tvshow' in msg['text']:
Expand Down

0 comments on commit b6dee9b

Please sign in to comment.