From 8b43991c5067131815d8b289b52390e17a833500 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 10 Oct 2021 08:27:19 +0200 Subject: [PATCH] remove unreachable code --- aman/com/DwdCrawler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aman/com/DwdCrawler.py b/aman/com/DwdCrawler.py index bc25fe4..5f0e728 100644 --- a/aman/com/DwdCrawler.py +++ b/aman/com/DwdCrawler.py @@ -155,5 +155,3 @@ class DwdCrawler(): return True else: return False - - return False