Skip to content

Commit a72e9c9

Browse files
change example session number
1 parent b96b515 commit a72e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def javascript_exe_button(n_clicks, session_id):
413413
else:
414414
app.logger.info('Fetching example data')
415415
try:
416-
session_utils.load_session('user_1', 35, session_id, cache, app.logger)
416+
session_utils.load_session('user_1', 46, session_id, cache, app.logger)
417417
except (psycopg2.OperationalError, AttributeError) as e:
418418
app.logger.error('Unable to fetch example data: {}'.format(e))
419419
return no_update, components.ExampleSessionConnectionErrorModal(), no_update

0 commit comments

Comments
 (0)