aboutsummaryrefslogtreecommitdiff
path: root/runserver.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
commitfa40cf6854a0ed66225aa0e804fa32123c747c94 (patch)
treef694bb4ad923466dd1aa70928cfcc1df414035f9 /runserver.py
parentbugfix: global variable conf has been replaced by application (diff)
downloadnewspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.gz
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.bz2
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.zip
Updated Python dependencies.
Diffstat (limited to 'runserver.py')
-rwxr-xr-xrunserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runserver.py b/runserver.py
index 6844aa85..0afdc3ed 100755
--- a/runserver.py
+++ b/runserver.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
bgstack15