Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
Задокументировал методы.
  • Loading branch information
iskomir committed Feb 4, 2024
1 parent 5cb741c commit 3cbeca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar_backend/methods/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def async_image_process(image_bytes: bytes) -> None:

def get_photo_webpath(file_path: str):
"""
Returns the webpath of the file
Returns the webpath of the file
"""
file_path = file_path.removeprefix('/')
root_path = settings.ROOT_PATH.removesuffix('/')
Expand Down

0 comments on commit 3cbeca3

Please sign in to comment.