added revised code for main.py
This commit is contained in:
@ -19,3 +19,4 @@ if __name__ == "__main__":
|
|||||||
search_url = search_url.format(search_keyword)
|
search_url = search_url.format(search_keyword)
|
||||||
with open('output.txt', 'w+') as f:
|
with open('output.txt', 'w+') as f:
|
||||||
f.writelines(body_list)
|
f.writelines(body_list)
|
||||||
|
#end
|
||||||
Reference in New Issue
Block a user