mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fixed typo.
This commit is contained in:
parent
6adf5cf04b
commit
1bf368a720
@ -65,7 +65,7 @@ if __name__ == '__main__':
|
||||
while not server:
|
||||
server = anything('What server would you like to connect to?')
|
||||
try:
|
||||
print 'Lookup up %s...' % server
|
||||
print 'Looking up %s...' % server
|
||||
ip = socket.gethostbyname(server)
|
||||
print 'Found %s (%s).' % (server, ip)
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user