Browse Source

Rename database for TV branch

pull/2051/head
Ruud 12 years ago
parent
commit
b3d2d5349b
  1. 2
      couchpotato/runner.py

2
couchpotato/runner.py

@ -81,7 +81,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
Env.set('encoding', encoding)
# Do db stuff
db_path = toUnicode(os.path.join(data_dir, 'couchpotato.db'))
db_path = toUnicode(os.path.join(data_dir, 'couchpotato_v2.db'))
# Backup before start and cleanup old databases
new_backup = toUnicode(os.path.join(data_dir, 'db_backup', str(int(time.time()))))

Loading…
Cancel
Save