tools: Text-wrap long lines exceeding 110.

This commit is contained in:
rht
2017-11-08 03:41:48 +01:00
committed by Tim Abbott
parent 7a96b8c7ad
commit f397e15128
5 changed files with 13 additions and 6 deletions

View File

@@ -18,7 +18,9 @@ LOG_LEVEL = 'ERROR'
# Crawl responsibly by identifying yourself (and your website) on the user-agent
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36'
USER_AGENT = ('Mozilla/5.0 (X11; Linux x86_64) '
'AppleWebKit/537.36 (KHTML, like Gecko) '
'Chrome/54.0.2840.59 Safari/537.36')
# Obey robots.txt rules
ROBOTSTXT_OBEY = False