From dbd3229956e8952974251202e18beb99217d9c8c Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Tue, 16 May 2017 12:56:12 +0300 Subject: [PATCH] PEP8 routes.py (E501) --- nyaa/routes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nyaa/routes.py b/nyaa/routes.py index 5554452..7dacb94 100644 --- a/nyaa/routes.py +++ b/nyaa/routes.py @@ -31,8 +31,9 @@ from flask_paginate import Pagination DEBUG_API = False DEFAULT_MAX_SEARCH_RESULT = 1000 DEFAULT_PER_PAGE = 75 -SERACH_PAGINATE_DISPLAY_MSG = '''Displaying results {start}-{end} out of {total} results.
- Please refine your search results if you can't find what you were looking for.''' +SERACH_PAGINATE_DISPLAY_MSG = ('Displaying results {start}-{end} out of {total} results.
\n' + 'Please refine your search results if you can\'t find ' + 'what you were looking for.') def redirect_url():