Browse Source

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

pull/3/head
rscmbbng 11 years ago
parent
commit
794d606f7b
  1. 2
      main.py

2
main.py

@ -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')

Loading…
Cancel
Save