Skip to content

Commit

Permalink
file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSchweyk committed Jun 16, 2022
1 parent 024d2c8 commit 73690cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztimeclock.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def passable():
# Specify the location of the program files path. Note: separate directories with a double backslash in order to overide any accidental string escape characters.
# End string with "\\"
# C:\\Users\\Zeyn Schweyk\\Documents\\MyProjects\\ZTimeClock\\
program_files_path = ""
program_files_path = "C:\\Users\\Chemtrol\\Documents\\TC\\"
database_file = program_files_path + "employee_time_clock.db"


Expand Down

0 comments on commit 73690cc

Please sign in to comment.