MilanM commited on
Commit
f8664b3
·
verified ·
1 Parent(s): 328fa9e

Update main_app.py

Browse files
Files changed (1) hide show
  1. main_app.py +1 -1
main_app.py CHANGED
@@ -1045,7 +1045,7 @@ def _(mo, client):
1045
  if client:
1046
  # First, get all specs data once
1047
  specs_df = client.software_specifications.list()
1048
- elif if get_selection_table_status() is not None and get_selection_table_status() > 0:
1049
  specs_df = client.software_specifications.list()
1050
  else:
1051
  specs_df = None
 
1045
  if client:
1046
  # First, get all specs data once
1047
  specs_df = client.software_specifications.list()
1048
+ elif get_selection_table_status() is not None and get_selection_table_status() > 0:
1049
  specs_df = client.software_specifications.list()
1050
  else:
1051
  specs_df = None