bugfix
This commit is contained in:
parent
1d86f88f48
commit
3f46fa965a
@ -121,7 +121,7 @@ class ProcessorResource(StaticResource,Url2File):
|
|||||||
name = str(request.url)
|
name = str(request.url)
|
||||||
t = TimeCost(name)
|
t = TimeCost(name)
|
||||||
with t:
|
with t:
|
||||||
x = self._handle1(request)
|
x = await self._handle1(request)
|
||||||
print(name,':', 'time cost=', t.end_time - t.begin_time)
|
print(name,':', 'time cost=', t.end_time - t.begin_time)
|
||||||
return x
|
return x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user