Skip to content

Commit

Permalink
Update pentest_fixtures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn authored May 17, 2024
1 parent 557283b commit 26ae6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pentest_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def _demo_container():


def create_image_with_text(
*, text, image_size=(1024, 1024), font_size=50, font_path="Geneva.ttf"
*, text, image_size=(1024, 1024), font_size=50, font_path="Roboto-Regular.ttf"
):
# Create a new image with a black background
image = PILImage.new("RGB", image_size, color="black")
Expand Down

0 comments on commit 26ae6b7

Please sign in to comment.