Skip to content

Commit

Permalink
geen cash
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderLaan committed Nov 11, 2024
1 parent bb17bee commit cb45d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def create_week_planning_team(week_number, employees_list):

return df_current_week, bad_employees

@st.cache_data(ttl='1d') # Only run this query once

def create_week_planning_team(week_number, employees_list):
#print(employees_list)
df_current_week = pd.DataFrame(columns=["name", "druk", "note", "color"])
Expand Down

0 comments on commit cb45d78

Please sign in to comment.