mirror of https://git.48k.eu/ogclient
Remove unnecessary variables from test server
parent
2e806531a0
commit
025e4da5a9
|
@ -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}'
|
||||
|
|
Loading…
Reference in New Issue