[etc/python/ip] Correction d'indentation
darcs-hash:20081209233127-ffbb2-3428588e1e168b78853af45fe2604c01469aaa3b.gz
This commit is contained in:
parent
40c2c92415
commit
e285d809b0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import socket
|
|||
|
||||
def pubipof(hostname):
|
||||
try:
|
||||
return socket.gethostbyname(hostname + ".crans.org")
|
||||
return socket.gethostbyname(hostname + ".crans.org")
|
||||
except:
|
||||
# Peut-etre un serveur de la ferme ?
|
||||
return socket.gethostbyname(hostname + ".ferme.crans.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue