diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.py | 2 |
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", |