fixed error in variable name, added approximate size of db downloads to output

This commit is contained in:
rscmbbng 2013-09-26 15:44:03 +02:00
parent 089930ffeb
commit 794d606f7b

View File

@ -133,7 +133,7 @@ class bc(object):
pass
latest_subdir = max(all_subdirs, key=os.path.getmtime)
osx_profile = os.path.join(f_his_osx, latest_subdir)
if self.options.browser_history_history: # if exists, extract user browser's history path
if self.options.browser_history: # if exists, extract user browser's history path
self.browser_history_path = self.options.browser_history
else:
self.browser_history_path = os.path.join(osx_profile, 'places.sqlite')