mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 20:54:30 +01:00
Changes default port
Current default port is 9814, which represents the white chess tower in ASCII
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DEFAULT_PISA_API_SERVER = 'localhost'
|
||||
DEFAULT_PISA_API_PORT = 2222
|
||||
DEFAULT_PISA_API_PORT = 9814
|
||||
@@ -1,2 +1,2 @@
|
||||
HOST = 'localhost'
|
||||
PORT = 2222
|
||||
PORT = 9814
|
||||
Reference in New Issue
Block a user