This reverts commit 9f0ad9905032a535b173781ac27f1a8e3b35bfc3.
@@ -1,7 +1,5 @@
-from pathlib import Path
-
+DB_PATH = r'C:\Users\Danny\Desktop\EnD and Investment\Tools\time_recoder\time_recorder_database'
HOURLY_WAGE_IN_EURO = 28
-DB_PATH = str(Path("/home/nokko/Dokumente/Business/EnD/Python/Tools/time_recoder/time_recorder_database"))
-PATH = str(Path('/home/nokko/Dokumente/Business/EnD/Python/Tools/time_recoder/time_recorded_tables/nokko_ubuntu.xlsx'))
+PATH = r'C:\Users\Danny\Desktop\EnD and Investment\Tools\time_recoder\time_recorded_tables\work_time_danny.xlsx'
TEST_CASE = True
-NAME = 'Nico Ruhnke'
+NAME = 'Daniel Krauel'