Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghlerrix committed Aug 7, 2023
1 parent b40b8af commit 3a1e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baidupush.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
big = re.findall('<loc>(.*?)</loc>', result.content.decode('utf-8'), re.S)
for i in big:
# print(i)
op_xml_txt = open('xml.txt', 'a')
op_xml_txt = open('urls.txt', 'a')
op_xml_txt.write('%s\n' % i)

0 comments on commit 3a1e0ef

Please sign in to comment.