diff --git a/tubesync/common/utils.py b/tubesync/common/utils.py index f99cdf23..58137abe 100644 --- a/tubesync/common/utils.py +++ b/tubesync/common/utils.py @@ -198,6 +198,6 @@ def profile_func(func): ps.sort_stats( pstats.SortKey.CUMULATIVE ).print_stats() - return (result, (s.getvalue(), ps, s),) + return (result, (s.getvalue(), ps, s,),) return wrapper