aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:33:25 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:33:25 +0200
commit7292c0db08ac1bb28f2ca950586096a1fd69f450 (patch)
treefec7c47c3a1f38174d9b06eaee0eacbb7818e9e5
parentUpdated SQLAlchemy. (diff)
downloadnewspipe-7292c0db08ac1bb28f2ca950586096a1fd69f450.tar.gz
newspipe-7292c0db08ac1bb28f2ca950586096a1fd69f450.tar.bz2
newspipe-7292c0db08ac1bb28f2ca950586096a1fd69f450.zip
Fixed bad URL.
-rw-r--r--src/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.py b/src/conf.py
index 6a50eeb1..8546e3cc 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -35,7 +35,7 @@ DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/",
"default_max_error": "3",
"log_path": "jarr.log",
"log_level": "info",
- "user_agent": "JARR (https://github.com/JARR-aggregator)",
+ "user_agent": "JARR (https://github.com/JARR)",
"secret_key": "",
"security_password_salt": "",
"enabled": "false",
bgstack15