From 3a1e0efe5fdc9d65a57aa3cf468e64fc6b8eb8c5 Mon Sep 17 00:00:00 2001 From: Ghlerrix Date: Mon, 7 Aug 2023 15:13:43 +0800 Subject: [PATCH] fix file name --- baidupush.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baidupush.py b/baidupush.py index 63c82ed7..9d0c0130 100644 --- a/baidupush.py +++ b/baidupush.py @@ -14,5 +14,5 @@ if __name__ == '__main__': big = re.findall('(.*?)', 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)