nou
This commit is contained in:
parent
39744d714a
commit
02435f97f0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue