Skip to content

Commit

Permalink
Bump version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Mar 12, 2016
1 parent 7fac01d commit 5d6d2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion smw_core/data.py
Expand Up @@ -5,7 +5,7 @@
FILE_CONFIG = 'SMW_conf_file.ini'
INT_VALUES = ['tiemdelta']
DEFAULT_CONFIG = {
'time_delta': 3,
'time_delta': 600,
'archive_dir': 'safe_docs',
'delicate_dirs': [],
'exclude_dirs': [],
Expand Down
1 change: 0 additions & 1 deletion smw_core/watcher.py
Expand Up @@ -28,7 +28,6 @@ def start(self):
for filename in files_to_save:
self.archive_file(filename, delicate_dir)

break
sleep(self.config['time_delta'])

def list_files(self, path_dir):
Expand Down

0 comments on commit 5d6d2f9

Please sign in to comment.