mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 14:45:53 +03:00
[GH-ISSUE #30] python 3.9.13 Expecting property name enclosed in double quotes #17
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#17
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?
Originally created by @InternalShadow on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/30
@FujiwaraChoki commented on GitHub (Feb 21, 2024):
Do NOT alter the configuration names, just the values...
It seems like you have something like this:
when it should be like this:
@InternalShadow commented on GitHub (Feb 21, 2024):
this is my config.json
{ "verbose": true, "firefox_profile": "C:\\UserswowowAppDataRoamingMozillaFirefoxProfiles\\40n7xz2q.dev-edition-default", "headless": false, "twitter_language": "English", "llm": "gpt4", "image_prompt_llm": "gpt4", "image_model": "v3", "threads": 2, "zip_url": "", "is_for_kids": false, "google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip", "email": { "smtp_server": "smtp.gmail.com", "smtp_port": 587, "username": "", "password": "" }, "google_maps_scraper_niche": "", "scraper_timeout": 300, "outreach_message_subject": "I have a question...", "outreach_message_body_file": "outreach_message.html", "assembly_ai_api_key": "1234567890asdfghjkghjk", "font": "bold_font.ttf", "imagemagick_path": "C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe" }@InternalShadow commented on GitHub (Feb 21, 2024):
I think when i filed out the
"email":
{"username":"something1",
"password":"something2"
},
it was erroring