Skip to content

Commit

Permalink
Update line in README about url must have a schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Crinibus committed Nov 18, 2022
1 parent 995fd85 commit 9938cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This is equivalent to the above:
python3 main.py -a -c <category> <category2> -u <url> <url2>
```

**OBS**: The url must have the ```https://``` part.<br/>
**OBS**: The url must have a schema like: ```https://``` or ```http://```.<br/>
**OBS**: If an error occures when adding a product, then the error might happen because the url has a ```&``` in it, when this happens then just put quotation marks around the url. This should solve the problem. If this doesn't solve the problem then summit a issue.<br/>

<br/>
Expand Down

0 comments on commit 9938cf6

Please sign in to comment.