Skip to content

Commit

Permalink
Adjust header buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Dec 10, 2023
1 parent 92e8001 commit 6039e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MAX_MESSAGE_CHARACTER_LENGTH = 3000
# Approximate character length needed to accommodate post headers
# ex: HackGreenville Events for the week of September 10 - 10 of 10
HEADER_BUFFER_LENGTH = 66
HEADER_BUFFER_LENGTH = 61


async def build_header(week_start: datetime.datetime, index: int, total: int) -> dict:
Expand Down

0 comments on commit 6039e5f

Please sign in to comment.