From 7fd21151164c9e993b20e447eb96c508b75a953f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 16 Sep 2014 07:35:23 +0200 Subject: [PATCH] such doge --- shortutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shortutils.py b/shortutils.py index 3585be9..ea7b2d0 100755 --- a/shortutils.py +++ b/shortutils.py @@ -39,7 +39,7 @@ next.commands = ['next'] def doge(phenny, input): """much wow, very function, such programming""" - if random.randint(0, 1) == 0: + if random.randint(0, 5) == 0: data, sc = web.get('http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=132') data = str(data, 'utf-8') data = web.json(data) @@ -77,6 +77,7 @@ def doge(phenny, input): "http://i.imgur.com/v7gjzme.jpg", "http://i.imgur.com/uI51MQy.png", "http://i.imgur.com/JBXo2M5.jpg", + "https://i.imgur.com/lpdPpxX.jpg", ] # ^ How to be productive on a Saturday phenny.say(random.choice(links))