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 c30cc631..bbdd038e 100644
--- a/newspipe/bootstrap.py
+++ b/newspipe/bootstrap.py
@@ -45,7 +45,6 @@ def set_logging(
logger.setLevel(log_level)
-
# Create Flask application
application = Flask(__name__, instance_relative_config=True)
if os.environ.get("Newspipe_TESTING", False) == "true":
bgstack15