Merge pull request #769 from aleprovencio/whitespace

Fix whitespace around operator
This commit is contained in:
Jannis Gebauer 2016-09-02 09:48:41 +02:00 committed by GitHub
commit bf69bfe40e

View File

@ -57,7 +57,7 @@ INTERNAL_IPS = ['127.0.0.1', '10.0.2.2', ]
# tricks to have debug toolbar when developing with docker
if os.environ.get('USE_DOCKER') == 'yes':
ip = socket.gethostbyname(socket.gethostname())
INTERNAL_IPS += [ip[:-1]+"1"]
INTERNAL_IPS += [ip[:-1] + "1"]
DEBUG_TOOLBAR_CONFIG = {
'DISABLE_PANELS': [