Remove unnecessary variables from test server

more_events
Roberto Hueso Gómez 2020-01-17 13:44:17 +01:00 committed by Alvaro Neira Ayuso
parent 2e806531a0
commit 025e4da5a9
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@
import socket
import sys
HOST = '127.0.0.1'
PORT = '1234'
class Server():
_probe_json = '{"id": 0, "name": "test_local", "center": 0, "room": 0}'