Changeset 1191:0db341c8c3b3 for src/mlx/gui/flight.py
- Timestamp:
- 05/30/25 17:37:04 (4 days ago)
- Branch:
- python3
- Phase:
- public
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r1176 r1191 30 30 from io import StringIO 31 31 import lxml.html 32 import certifi33 32 34 33 #----------------------------------------------------------------------------- … … 3883 3882 3884 3883 # Obtaining the xml 3885 response = urllib.request.urlopen(link, 3886 cafile = certifi.where()) 3884 response = urllib.request.urlopen(link, context = sslContext) 3887 3885 content = etree.iterparse(response) 3888 3886
Note:
See TracChangeset
for help on using the changeset viewer.