Browse Source

Revert "'/' symbols in task-names are not allowed anymore"

This reverts commit 9f0ad9905032a535b173781ac27f1a8e3b35bfc3.
Nico Ruhnke 2 years ago
parent
commit
3aff9831ef
1 changed files with 3 additions and 5 deletions
  1. 3 5
      time_recoder/time_recoder_config.py

+ 3 - 5
time_recoder/time_recoder_config.py

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