Skip to content

Commit

Permalink
change example session number
Browse files Browse the repository at this point in the history
  • Loading branch information
FilomenoSanchez committed Apr 16, 2021
1 parent b96b515 commit a72e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def javascript_exe_button(n_clicks, session_id):
else:
app.logger.info('Fetching example data')
try:
session_utils.load_session('user_1', 35, session_id, cache, app.logger)
session_utils.load_session('user_1', 46, session_id, cache, app.logger)
except (psycopg2.OperationalError, AttributeError) as e:
app.logger.error('Unable to fetch example data: {}'.format(e))
return no_update, components.ExampleSessionConnectionErrorModal(), no_update
Expand Down

0 comments on commit a72e9c9

Please sign in to comment.