Skip to content

Commit

Permalink
Merge pull request #230 from sillysolutions/main
Browse files Browse the repository at this point in the history
small grammar change
  • Loading branch information
datawhores authored Nov 15, 2023
2 parents 398d1e8 + df238c4 commit 123f078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Hint: Please make sure that the log formatting is readable, use a paste site
like https://paste.passtheheadphones.me/

Hint2 : add " --log debug" this will create a log file with debug messages
Hint3 : add " --output debug" this will show debug messages in the terminal output, a log file is preferred. If your doing this make your presentation readable
Hint3 : add " --output debug" this will show debug messages in the terminal output, a log file is preferred. If your're doing this make your presentation readable



Expand Down
2 changes: 1 addition & 1 deletion ofscraper/prompts/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def scrape_paid_prompt():
{
'type': 'list',
"name":name,
'message': "Scrape entire paid page\n\n[Warning: initial Scan can be slow]\n[Caution: You should not need this unless your looking to scrape paid content from a deleted/banned model]",
'message': "Scrape entire paid page\n\n[Warning: initial Scan can be slow]\n[Caution: You should not need this unless your're looking to scrape paid content from a deleted/banned model]",
'choices':[Choice(True,"True"),Choice(False,"False",enabled=True)],
'long_instruction': prompt_strings.SCRAPE_PAID,
"default":False
Expand Down

0 comments on commit 123f078

Please sign in to comment.