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 ab4e974 commit c774a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ClientAdvisor/App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +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 Expand Up @@ -1654,4 +1655,5 @@ def get_users():
if conn:
conn.close()


app = create_app()

0 comments on commit c774a1b

Please sign in to comment.