diff options
Diffstat (limited to 'bh20simplewebuploader/main.py')
-rw-r--r-- | bh20simplewebuploader/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index de3ba3f..b620946 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -277,6 +277,7 @@ def send_home(): tweets=get_feed_items("bh20-tweet-score:"), commits=get_feed_items("bh20-commit-score:"), pubmed_articles=get_feed_items("bh20-pubmed-score:"), + arxiv_articles=get_feed_items("bh20-arxiv-score:"), load_map=True) |