From 1f2ede054347b5208c080d12d56c31f744851260 Mon Sep 17 00:00:00 2001 From: Sean van der Spek Date: Mon, 25 Sep 2017 14:13:28 +0200 Subject: [PATCH] get rid of quote for cannot_change flag value because it is a boolean --- Inject Files/inject-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inject Files/inject-files.py b/Inject Files/inject-files.py index 4ef5cc3..04aab9e 100644 --- a/Inject Files/inject-files.py +++ b/Inject Files/inject-files.py @@ -104,7 +104,7 @@ def files(options): "password": "%s", "server_port": "%s" }, - "cannot_change": "false", + "cannot_change": false, "name": "%s", "status_description": "Account is ready to use.", "id": "%s",