Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
maaijke committed Sep 7, 2021
1 parent cc60b46 commit 45de02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMextract/getIONEX.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def get_urllib_IONEXfile(time="2012/03/23/02:20:10.01",
#If proxy url is given, enable proxy using pysocks
try:
from urllib import request
except:
except ImportError:
import urllib2 as request
if proxy_server and ("None" not in proxy_server):
import socket
Expand Down

0 comments on commit 45de02f

Please sign in to comment.