qd: Fix ask lot of question after a triche
atom: Fix NoneType
This commit is contained in:
parent
31be5808e5
commit
480c411a9d
3 changed files with 37 additions and 25 deletions
|
|
@ -92,7 +92,7 @@ class Site:
|
|||
def check (self):
|
||||
while self.run:
|
||||
try:
|
||||
# print ("Check %s/%s"%(self.server, self.page))
|
||||
#print ("Check %s/%s"%(self.server, self.page))
|
||||
content = getPage(self.server, self.page)
|
||||
if content is None:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue