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:
|
||||
break
|
||||
else:
|
||||
f.write(k, ':', v, '\n')
|
||||
f.write("{}: {}\n".format(k, v))
|
||||
i += 1
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user