add logic to open tweet to notify missing scorers

This commit is contained in:
2022-06-02 12:37:39 -05:00
parent 7239eba8dc
commit 45705a4e67
3 changed files with 32 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ wordlinator = "wordlinator.app:sync_main"
update = "wordlinator.app:sync_update"
show-user = "wordlinator.app:sync_show_user"
show-missing = "wordlinator.app:sync_show_missing"
tweet-missing = "wordlinator.app:sync_tweet_missing"
db-load = "wordlinator.app:load_db_scores"
[tool.mypy]