Skip to content

Commit

Permalink
fix removal st.cache_data()
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderLaan committed Jan 6, 2025
1 parent fa29e76 commit 41e4d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ def read_user_data(username):

# checks all employees files based on list of employees and creates for selected week overview of work pressure of each employee
# if employee didn't fill form for selected week, it will be listed as bad_employee and shamed in dashboard
@st.cache_data(
ttl=300, show_spinner="Je zorgen maken is de verkeerde kant op fantaseren"
)
# @st.cache_data(
# ttl=300, show_spinner="Je zorgen maken is de verkeerde kant op fantaseren"
# )
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 41e4d60

Please sign in to comment.