We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6508f1c + 28aa85f commit 661bf21Copy full SHA for 661bf21
1 file changed
psiturk/utils.py
@@ -13,7 +13,7 @@ def get_my_ip():
13
else:
14
my_ip = json.load(urllib2.urlopen(
15
'http://httpbin.org/ip'
16
- ))['origin']
+ ))['origin'].split(',')[0]
17
return my_ip
18
19
def colorize(target, color, use_escape=True):
0 commit comments