mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 14:45:53 +03:00
[PR #109] [CLOSED] Handle WebDriver session more robustly #120
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/109
Author: @ayan4m1
Created: 2/18/2025
Status: ❌ Closed
Base:
main← Head:fix/firefox-profile-init📝 Commits (2)
6f1ed21use webdriver.FirefoxProfile instead of -profile argument79e045astop AFM service before starting Twitter service for AFM posts📊 Changes
2 files changed (+11 additions, -4 deletions)
View changed files
📝
src/classes/AFM.py(+8 -2)📝
src/classes/Twitter.py(+3 -2)📄 Description
Currently, there is an issue where the Twitter selenium service cannot init because the AFM selenium service is still running. This PR fixes that, and uses the
webdriver.FirefoxProfilemethod of setting the profile instead of adding a-profileargument to the CLI for consistency, because it is used elsewhere in the codebase.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.