store twitter links

This commit is contained in:
2022-06-14 14:04:02 -05:00
parent d79a6be274
commit 1d865e605c
4 changed files with 76 additions and 178 deletions

View File

@@ -13,6 +13,7 @@ import plotly.graph_objs
import wordlinator.db.pg as db
import wordlinator.twitter
import wordlinator.utils
import wordlinator.utils.scores
import wordlinator.utils.web
###################
@@ -59,7 +60,7 @@ def _scores_from_db(ttl_hash=None):
def scores_from_db():
return wordlinator.utils.web.ScoreMatrix(_scores_from_db(get_ttl_hash()))
return wordlinator.utils.scores.ScoreMatrix(_scores_from_db(get_ttl_hash()))
#################