From: Jiri Vlasak Date: Tue, 21 Jan 2020 15:42:29 +0000 (+0100) Subject: Remove send top 3 drinks stats X-Git-Tag: v0.4.3~2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/coffee-getter.git/commitdiff_plain/033515eb79858e9e543e9b0ced4a29abb15ae303 Remove send top 3 drinks stats --- diff --git a/run/top5_mate_stats.py b/run/top5_mate_stats.py index 0a30d67..ac9f0bb 100755 --- a/run/top5_mate_stats.py +++ b/run/top5_mate_stats.py @@ -9,5 +9,3 @@ if __name__ == "__main__": g.sendMsgToSlack() g.load_top_tea_drinkers() g.sendMsgToSlack() - g.load_top_drinks() - g.sendMsgToSlack()