Skip to content

Converted r/showerhoughts to csh/Wikithoughts#22

Merged
NikolaiStrong merged 13 commits into
mainfrom
weather-dev
Mar 18, 2026
Merged

Converted r/showerhoughts to csh/Wikithoughts#22
NikolaiStrong merged 13 commits into
mainfrom
weather-dev

Conversation

@WeatherGod3218
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/core/cshcalendar/__init__.py Outdated
f"Happening in {event.location}!"
if event.location
else "Happening Now!"
else "Happpening Now!"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happpening

Comment thread src/core/cshcalendar/__init__.py Outdated
)
elif not date_time.tzinfo:
date_time = date_time.replace(tzinfo=ZoneInfo(CALENDAR_TIMEZONE))
date_time = date_time.astimezone(tzinfo=ZoneInfo(CALENDAR_TIMEZONE))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete redundent

Refactor date_time initialization logic in the constructor and fix typo in 'Happening Now!' string.
Comment thread src/core/wikithoughts.py Outdated
global bot_authenticated

bot_authenticated = True
logger.info("Bot was authenticated succesfully!")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

succesfully

Comment thread src/core/wikithoughts.py Outdated

async def refresh_page_dictionary() -> None:
"""
Fetches the pages based off the cace of page titles, and updates the page cache accordingly
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cace

Copy link
Copy Markdown
Collaborator

@NikolaiStrong NikolaiStrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed a few typos, I know it works locally as well, also removed a redundant check for the calendar init.py

@NikolaiStrong NikolaiStrong merged commit e9b687d into main Mar 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants