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)