diff --git a/marshaltools/BaseTable.py b/marshaltools/BaseTable.py index aa8fa9c..e78d45c 100644 --- a/marshaltools/BaseTable.py +++ b/marshaltools/BaseTable.py @@ -34,10 +34,6 @@ def decrypt_config(): out = json.load(open(_CONFIG_FILE, "r")) return out['username'], out['password'] -if not os.path.exists(_CONFIG_FILE): - encrypt_config() - - class BaseTable(object): """ Virtual class that only contains the config loading method