From f8eb40aa9c41090a142b8b746a45d9e14410ef22 Mon Sep 17 00:00:00 2001 From: Eliran Gonen <31196036+elig0n@users.noreply.github.com> Date: Sun, 29 Nov 2020 06:32:00 +0200 Subject: [PATCH] erroneous filename in error message should be credentials.yaml and not credentials.txt --- scraper/scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/scraper.py b/scraper/scraper.py index 24bf76d..35dbf31 100644 --- a/scraper/scraper.py +++ b/scraper/scraper.py @@ -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)