This commit is contained in:
lukeroge 2012-04-04 11:13:58 +12:00
parent 39744d714a
commit 02435f97f0

View file

@ -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)