From 8c0b016b352ca2c2afa96bca77213c002167a69c Mon Sep 17 00:00:00 2001 From: planet <985981442@qq.com> Date: Thu, 23 Jul 2020 17:47:42 +0800 Subject: [PATCH] add somet --- step1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/step1.py b/step1.py index b913c17..25824db 100644 --- a/step1.py +++ b/step1.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +# added by daiao + from pyquery import PyQuery as pq f = open("step1/index.html", encoding='utf-8') @@ -25,4 +27,4 @@ if tag == 'bgcolor': result = doc('body').attr('bgcolor') # print(result), -print (result, end='') \ No newline at end of file +print (result, end='')