shethjenil commited on
Commit
7414e04
1 Parent(s): f6e9f16

Update PYTOIMAGE.py

Browse files
Files changed (1) hide show
  1. PYTOIMAGE.py +1 -1
PYTOIMAGE.py CHANGED
@@ -65,7 +65,7 @@ def handle_client(conn, addr):
65
  if not data:
66
  break
67
  response = run_command(data)
68
- if response == "exit()":
69
  break
70
  if response:
71
  conn.sendall(response.encode())
 
65
  if not data:
66
  break
67
  response = run_command(data)
68
+ if data == "exit()":
69
  break
70
  if response:
71
  conn.sendall(response.encode())