idolezal commited on
Commit
3efe661
β€’
1 Parent(s): 34b3a82
Files changed (1) hide show
  1. server.py +2 -2
server.py CHANGED
@@ -2,8 +2,8 @@ import copy
2
  import glob
3
  import json
4
  import os
5
- print(f"{os.environ.get('CURL_CA_BUNDLE') = {}")
6
- print(f"{os.environ.get('REQUESTS_CA_BUNDLE') = {}")
7
  os.environ['CURL_CA_BUNDLE'] = ''
8
  os.environ['REQUESTS_CA_BUNDLE'] = ''
9
  import hashlib
 
2
  import glob
3
  import json
4
  import os
5
+ print(f"{os.environ.get('CURL_CA_BUNDLE') = }")
6
+ print(f"{os.environ.get('REQUESTS_CA_BUNDLE') = }")
7
  os.environ['CURL_CA_BUNDLE'] = ''
8
  os.environ['REQUESTS_CA_BUNDLE'] = ''
9
  import hashlib