bugfix
This commit is contained in:
parent
16742d02a9
commit
4f42ba0227
@ -257,8 +257,6 @@ class ProcessorResource(StaticResource,Url2File):
|
|||||||
if b.startswith('<!doctype html>'):
|
if b.startswith('<!doctype html>'):
|
||||||
return True
|
return True
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print_exc()
|
|
||||||
print(e)
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def url2processor(self, request, url):
|
def url2processor(self, request, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user