Skip to content

Commit

Permalink
fix faulty backport
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 23, 2024
1 parent d873fd5 commit 3354e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/server/source/source_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,4 @@ def get_info(self) -> Dict[str,Any]:
})
if region_sizes:
einfo["average_region_size"] = int(total_pixels/len(region_sizes))
})
return info

0 comments on commit 3354e4f

Please sign in to comment.