mirror of
https://github.com/harismuneer/Ultimate-Facebook-Scraper
synced 2024-11-10 06:04:17 +00:00
erroneous filename in error message
should be credentials.yaml and not credentials.txt
This commit is contained in:
parent
4f54d8473d
commit
f8eb40aa9c
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ def scraper(**kwargs):
|
|||
cfg = yaml.safe_load(stream=ymlfile)
|
||||
|
||||
if ("password" not in cfg) or ("email" not in cfg):
|
||||
print("Your email or password is missing. Kindly write them in credentials.txt")
|
||||
print("Your email or password is missing. Kindly write them in credentials.yaml")
|
||||
exit(1)
|
||||
urls = [
|
||||
facebook_https_prefix + facebook_link_body + get_item_id(line)
|
||||
|
|
Loading…
Reference in a new issue