summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/client.py')
-rw-r--r--notFinishedCode/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notFinishedCode/client.py b/notFinishedCode/client.py
index f414c5b..81f5231 100644
--- a/notFinishedCode/client.py
+++ b/notFinishedCode/client.py
@@ -65,7 +65,7 @@ class Connection:
return 0
#MAIN PART
-x = Connection('132.230.4.69',50008)
+x = Connection('132.230.4.60',50008)
print x.connect()
x.sendData('hello server :)')
print x.receiveData()