Skip to content

Commit

Permalink
fix: remove log files generation
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisfabrics committed Dec 19, 2024
1 parent 6479301 commit 4dac247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/repositories/bookings/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ async def form_schedule(self, start_of_week: datetime.date, from_user_id: int) -
1043 c 11.6167,0 21,-9.3833 21,-21 V 139.77148 c 0,-11.61669 -9.3833,-21 -21,-21 z M 192.87389,104.72179 H
1080 v 0 V 1520 v 0 H 192.87389 v 0 z"
/>{svg_string[end:]}"""
open("TEST.svg", "w").write(svg_string)
image_stream = io.BytesIO()
svg2png(bytestring=svg_string, write_to=image_stream, scale=2)
val = image_stream.getvalue()
Expand Down

0 comments on commit 4dac247

Please sign in to comment.