Changeset 4989 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jul 2, 2021 5:06:54 PM (21 months ago)
Author:
toby
Message:

more proxy stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r4987 r4989  
    212212            pl = proxy.split(':')
    213213            if len(pl) < 2: continue
    214             host = ':'.join(pl[0:2])
     214            host = pl[1]
    215215            port = ''
    216216            if len(pl) == 3:
Note: See TracChangeset for help on using the changeset viewer.