From 40edb13762a7c46b23681aca62158fd249ff9b29 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 24 Oct 2019 20:31:49 +0200 Subject: final touches # added + add method to escape whitespaces in keys and values # changed * init client handler only once and not every time * don't try to create database on every run just on the first one # removed - vhosts are listed first and after that the respective nodes are listed --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 31a4ad7..263cfcc 100644 --- a/.gitignore +++ b/.gitignore @@ -108,4 +108,8 @@ dmypy.json .pyre/ # Pycharm -.idea/ \ No newline at end of file +.idea/ +.venv/ + +# config +config.json -- cgit v1.2.3-18-g5258