Update icon

This commit is contained in:
Andros Fenollosa 2019-09-05 23:15:00 +02:00
parent 1e897c2c00
commit 825f1da45f
2 changed files with 2 additions and 1 deletions

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -10,7 +10,8 @@
;; URL send for Telegram
(def url_telegram_send (str "https://api.telegram.org/" (:bot_token env) "/sendMessage"))
;; URLs from API Hacker News
;; URLs from API Hacker News
(def url_all_stories "https://hacker-news.firebaseio.com/v0/topstories.json")
;; Min score
(def min_score (:min_score env))