From 53f52bac5c37a1dc9221cb0b6b8a5b21fab20ffe Mon Sep 17 00:00:00 2001 From: Patrick Doran <patrick.doran@gmail.com> Date: Thu, 7 Dec 2017 22:38:37 -0500 Subject: [PATCH] YML syntax expects null instead of None This was mentioned in davebshow/goblin#86 --- docs/app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app.rst b/docs/app.rst index 22f0ade..dbc260a 100644 --- a/docs/app.rst +++ b/docs/app.rst @@ -30,7 +30,7 @@ Contents of `config.yml`:: ssl_password: '' username: '' password: '' - response_timeout: None + response_timeout: null max_conns: 4 min_conns: 1 max_times_acquired: 16 -- GitLab