Moved stuff out of scraper.py into frontier.py
This commit is contained in:
parent
bdd61a373b
commit
e31ad13d40
@ -50,7 +50,7 @@ def scraper(url, resp):
|
|||||||
if i == 50:
|
if i == 50:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
f.write(k, ':', v, '\n')
|
f.write("{}: {}\n".format(k, v))
|
||||||
i += 1
|
i += 1
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user