summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 525b988..e291d68 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -13,6 +13,8 @@ NUM_DOCS = int(parser.get('sync', 'num_docs'))
PAYLOAD = parser.get('sync', 'payload')
+
+
DO_THESEUS = os.environ.get('THESEUS', False)