Skip to content

Commit

Permalink
Updated twitter client
Browse files Browse the repository at this point in the history
  • Loading branch information
keiffster committed Sep 11, 2017
1 parent 8b4d2e5 commit 8098a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bots/y-bot/storage/twitter.data
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
854676145312288771
907201787454730245
885167710317023235
2 changes: 2 additions & 0 deletions src/programy/clients/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ def poll(self, last_direct_message_id, last_status_id):

def use_polling(self):

print("Twitter client running as [%s]..."%self._username)

(last_direct_message_id, last_status_id) = self.get_last_message_ids()

running = True
Expand Down

0 comments on commit 8098a3d

Please sign in to comment.