Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohini-Microsoft authored Oct 14, 2024
1 parent c774a1b commit 808d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientAdvisor/App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ def get_users():
cursor.execute(sql_stmt)
rows = cursor.fetchall()


if len(rows) <= 6:
# update ClientMeetings,Assets,Retirement tables sample data to current date
cursor = conn.cursor()
Expand Down

0 comments on commit 808d388

Please sign in to comment.