Skip to content

Commit c774a1b

Browse files
Update app.py
1 parent ab4e974 commit c774a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ClientAdvisor/App/app.py

+2
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,7 @@ def get_users():
15981598
cursor.execute(sql_stmt)
15991599
rows = cursor.fetchall()
16001600

1601+
16011602
if len(rows) <= 6:
16021603
# update ClientMeetings,Assets,Retirement tables sample data to current date
16031604
cursor = conn.cursor()
@@ -1654,4 +1655,5 @@ def get_users():
16541655
if conn:
16551656
conn.close()
16561657

1658+
16571659
app = create_app()

0 commit comments

Comments
 (0)