diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx
index 83612d0..87b05b6 100644
--- a/app/components/settings/Settings.tsx
+++ b/app/components/settings/Settings.tsx
@@ -12,9 +12,11 @@ import PrivacySettings from './PrivacySettings';
 import FontSizeSetting from './FontSize';
 import OpenSourceModeToggle from './OpenSourceToggle';
 import {
+  changeHistory,
   changeSettings,
   createAccount,
   deleteAccount,
+  getHistory,
 } from '../../backend/database';
 import ThemeDropdown from './DropDownTheme';
 
diff --git a/deployment_scripts/windows/scripts/run_py.bat b/deployment_scripts/windows/scripts/run_py.bat
index c0a9e93..d54c44e 100644
--- a/deployment_scripts/windows/scripts/run_py.bat
+++ b/deployment_scripts/windows/scripts/run_py.bat
@@ -6,4 +6,4 @@ cd ..
 cd ..
 
 cd py
-py api.py
\ No newline at end of file
+python api.py
\ No newline at end of file