]> gitweb.pimeys.fr Git - bots/basile.git/blobdiff - basile.py
boulet
[bots/basile.git] / basile.py
index a87ed448cbf76022f39debc4c8ff39dc9b93bb58..359c75f951b76a4fcc79800e0788c48dcfd5eeac 100755 (executable)
--- a/basile.py
+++ b/basile.py
@@ -71,7 +71,7 @@ def connect_NK():
     sock=socket.socket()
     try:
         # On établit la connexion sur port 4242
-        sock.connect((config.NKserver, config.NKport))
+        sock.connect((config.nk_server, config.nk_port))
         # On passe en SSL
         sock=ssl.wrap_socket(sock,ca_certs='../keys/ca_.crt')
         # On fait un hello