From 794d606f7ba04050264323c009f0ddae3086d590 Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Thu, 26 Sep 2013 15:44:03 +0200 Subject: [PATCH] fixed error in variable name, added approximate size of db downloads to output --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9c6071f..c8bdbab 100755 --- a/main.py +++ b/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')