Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit ee8803d

Browse files
committed
Testing AWS DataPipeline schedule
1 parent 8971c76 commit ee8803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stocktwits_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_ticker(self, ticker):
115115
word_map = self.__build_word_map(simple_messages)
116116

117117
# TODO: find the right place for this
118-
# self.__update_word_frequencies('AMZN', 'DERP', 10)
118+
self.__update_word_frequencies(ticker, 'DERP', 2)
119119

120120
# TODO: send to DB and update, return results from DB and st_compliant_posts.
121121

0 commit comments

Comments
 (0)