bluenevus commited on
Commit
1d098a5
·
verified ·
1 Parent(s): 1b50e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -18,10 +18,7 @@ from contextlib import contextmanager
18
  from threading import local
19
  import time
20
  import os
21
- # Create an SSL context that ignores certificate verification
22
- ssl_context = ssl.create_default_context()
23
- ssl_context.check_hostname = False
24
- ssl_context.verify_mode = ssl.CERT_NONE
25
 
26
  # Initialize Dash app
27
  app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
 
18
  from threading import local
19
  import time
20
  import os
21
+ import ssl
 
 
 
22
 
23
  # Initialize Dash app
24
  app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])