aboutsummaryrefslogtreecommitdiff
path: root/newspipe/bootstrap.py
diff options
context:
space:
mode:
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