mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Consistency
This commit is contained in:
parent
7f9b97dbc5
commit
74439b2f36
@ -198,6 +198,6 @@ def profile_func(func):
|
|||||||
ps.sort_stats(
|
ps.sort_stats(
|
||||||
pstats.SortKey.CUMULATIVE
|
pstats.SortKey.CUMULATIVE
|
||||||
).print_stats()
|
).print_stats()
|
||||||
return (result, (s.getvalue(), ps, s),)
|
return (result, (s.getvalue(), ps, s,),)
|
||||||
return wrapper
|
return wrapper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user