mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
tools: Text-wrap long lines exceeding 110.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user