commit | e0f26abb73951ff4e651ed863c99f1ce1a500fc7 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Mon Feb 02 18:09:37 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Mon Feb 02 18:09:37 2015 +0200 |
tree | a8de8b174c90f3dfb3d20c4e71bdc2d075d49c31 | |
parent | 71764e98fc9f67930557dde82a6d201c0aaa5f7c [diff] [blame] |
local storage and google docs finished
diff --git a/config.py b/config.py index 26e9800..57888c3 100644 --- a/config.py +++ b/config.py
@@ -3,4 +3,5 @@ WORK_SHEET = "Worksheet" COL_COUNT = 2 ROW_COUNT = 10 -DEFAULT_FILE_PATH="test.json" +DEFAULT_FILE_PATH = "test.json" +OUTPUT_FILE = "output.json"