From fef4cb867aaf47f7524faa011a9c891d4af68652 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 3 May 2022 11:13:27 +0200 Subject: [PATCH] Test pipeline --- source/fetcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/fetcher.py b/source/fetcher.py index 65298d2..182272e 100644 --- a/source/fetcher.py +++ b/source/fetcher.py @@ -136,6 +136,7 @@ def get_price(response): if __name__ == "__main__": + """Main function""" prod_src = fetch_url('https://www.amazon.de/dp/B082QDB6CG') print("Title: " + get_title(prod_src) + "\n")