Skip to content

refactor activity scraper#667

Open
TheCommCraft wants to merge 2 commits into
semver2from
semver2_refactor_activity_scraper
Open

refactor activity scraper#667
TheCommCraft wants to merge 2 commits into
semver2from
semver2_refactor_activity_scraper

Conversation

@TheCommCraft

Copy link
Copy Markdown
Collaborator

Solves deprecation warnings in tests

Changes

Refactored activity scraper using select_one instead of find and findNext

Tests

@TheCommCraft TheCommCraft marked this pull request as ready for review June 20, 2026 10:13
@faretek1

Copy link
Copy Markdown
Collaborator

could this fix #672 ?

Comment thread scratchattach/site/activity.py Outdated

self.raw = raw
self.datetime_created = _time,
self.datetime_created = (_time,)

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.

why is this a tuple now?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

it was already a tuple, ruff just improved the syntax

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