Update slides.py

This commit is contained in:
tsuky_chen
2024-02-28 21:40:53 +08:00
committed by GitHub
parent c3c2b3c399
commit 2aad4357b2

View File

@@ -165,7 +165,6 @@ def compare_pptx_files(file1_path, file2_path, **options):
# compare the content of each slide
for slide1, slide2 in zip(prs1.slides, prs2.slides):
slide_idx += 1
print(slide_idx)
def get_slide_background_color(slide):
background = slide.background
if background.fill.background():