From e644a0a0ca83a4ac05d2d27cb1e843d212b704d6 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sun, 8 Sep 2013 03:50:53 +1200 Subject: [PATCH] fml --- plugins/steam_calc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/steam_calc.py b/plugins/steam_calc.py index 10d7f8a..d531a2e 100644 --- a/plugins/steam_calc.py +++ b/plugins/steam_calc.py @@ -32,8 +32,8 @@ def steamcalc(inp, reply=None): name = inp.strip() try: - reply("Collecting data, this may take a few seconds.") - http.get(gauge_url.format(name), timeout=15, get_method='HEAD') + reply("Collecting data, this may take a while.") + http.get(gauge_url.format(name), timeout=25, get_method='HEAD') request = http.get(api_url.format(name)) except (http.HTTPError, http.URLError): return "Could not get data for this user."