From 02435f97f0aade71a2dd5ac2b5cca79265ac970b Mon Sep 17 00:00:00 2001 From: lukeroge Date: Wed, 4 Apr 2012 11:13:58 +1200 Subject: [PATCH] nou --- plugins/fmylife.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fmylife.py b/plugins/fmylife.py index 7c67b15..2cbc553 100755 --- a/plugins/fmylife.py +++ b/plugins/fmylife.py @@ -11,7 +11,7 @@ fml_cache = defaultdict() def refresh_cache(): - """Gets a page of random FMLs and puts them into a dictionary""" + """ gets a page of random FMLs and puts them into a dictionary """ page = http.get(urljoin(base_url, 'random')) soup = BeautifulSoup(page)