aboutsummaryrefslogtreecommitdiff
path: root/newspipe/bootstrap.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-29 23:20:57 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-29 23:20:57 +0200
commit457b607ccd58cf995f0251d8e810d092bfdd763a (patch)
treeb47c4f3973ea9c5a3141ef118051d28041c1599e /newspipe/bootstrap.py
parentMinor fixes to the crawler. (diff)
downloadnewspipe-457b607ccd58cf995f0251d8e810d092bfdd763a.tar.gz
newspipe-457b607ccd58cf995f0251d8e810d092bfdd763a.tar.bz2
newspipe-457b607ccd58cf995f0251d8e810d092bfdd763a.zip
improvements to the crawler
Diffstat (limited to 'newspipe/bootstrap.py')
-rw-r--r--newspipe/bootstrap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/bootstrap.py b/newspipe/bootstrap.py
index edaee746..2e084a55 100644
--- a/newspipe/bootstrap.py
+++ b/newspipe/bootstrap.py
@@ -24,7 +24,6 @@ def set_logging(
"root",
"bootstrap",
"runserver",
- "newspipe",
"newspipe.crawler.default_crawler",
"manager",
"plugins",
bgstack15