mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[PR #23] [MERGED] Fix Local variable 'twitter_uuid' might be referenced before assignment #99
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#99
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/23
Author: @SUTFutureCoder
Created: 2/20/2024
Status: ✅ Merged
Merged: 2/20/2024
Merged by: @FujiwaraChoki
Base:
main← Head:main📝 Commits (1)
347c209fix TypeError: NoneType object is not subscriptable📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/main.py(+1 -1)📄 Description
Fix Local variable 'twitter_uuid' might be referenced before assignment.
Which can not match twitter_uuid between twitter config and AFM config selection.
Relative Error:
File "MoneyPrinterV2/src/main.py", line 294, in main
afm = AffiliateMarketing(affiliate_link, account["firefox_profile"], account["id"], account["nickname"], account["topic"])
TypeError: 'NoneType' object is not subscriptable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.