|
@@ -198,7 +198,6 @@ class PYVR(Container): |
|
|
raise self.pend |
|
|
raise self.pend |
|
|
|
|
|
|
|
|
def doCheck(self, x): |
|
|
def doCheck(self, x): |
|
|
print `self.page.response_headers` |
|
|
|
|
|
slm = self.page.response_headers['last-modified'] |
|
|
slm = self.page.response_headers['last-modified'] |
|
|
if slm == self.lastmodified: |
|
|
if slm == self.lastmodified: |
|
|
# Page the same, don't do anything |
|
|
# Page the same, don't do anything |
|
|