From c8182e773f3f7aa6ab537c2a537535d3ab261fcf Mon Sep 17 00:00:00 2001 From: Francesco Bartoli Date: Thu, 6 Sep 2018 12:23:21 +0200 Subject: [PATCH] Revert and then apply Fix #3893 again (#3903) * Revert "Fix #3893 " This reverts commit eb3081b4269dad417b4ab3c6f5afb2ae7ab4a109. * Fix #3893 * Remove duplicates from allowed_hosts * Fix #3893 --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 84831350c89..52251203fcc 100755 --- a/tasks.py +++ b/tasks.py @@ -213,4 +213,4 @@ def _prepare_oauth_fixture(): } ] with open('/tmp/default_oauth_apps_docker.json', 'w') as fixturefile: - json.dump(default_fixture, fixturefile) + json.dump(default_fixture, fixturefile) \ No newline at end of file