summaryrefslogtreecommitdiffstats
path: root/lass/5pkgs/nichtparasoup/exception.patch
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-09-09 19:42:08 +0200
committermakefu <github@syntax-fehler.de>2023-09-09 19:42:08 +0200
commit29d72c898d674d2c18fc0f4a76b5e623de0c3dfe (patch)
treefc4b0695c986a1cda6f1fbbbcbe716e203c54fa3 /lass/5pkgs/nichtparasoup/exception.patch
parente157ffa72856e4378aa23b096b2efff233f3cb3d (diff)
parent083229d0211096daec08673f743ccc45b1d8a0ac (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/5pkgs/nichtparasoup/exception.patch')
-rw-r--r--lass/5pkgs/nichtparasoup/exception.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/lass/5pkgs/nichtparasoup/exception.patch b/lass/5pkgs/nichtparasoup/exception.patch
deleted file mode 100644
index 34c177de0..000000000
--- a/lass/5pkgs/nichtparasoup/exception.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/nichtparasoup.py b/nichtparasoup.py
-index 9da9a2b..833ca71 100755
---- a/nichtparasoup.py
-+++ b/nichtparasoup.py
-@@ -211,7 +211,7 @@ def cache_fill_loop():
- try:
- sources[crawler][site].crawl()
- info = Crawler.info()
-- except Exception, e:
-+ except Exception as e:
- logger.error("Error in crawler %s - %s: %s" % (crawler, site, e))
- break
-