update naming

This commit is contained in:
Guilhem Saurel 2024-02-20 10:04:57 +01:00 committed by GitHub
parent a7841ed088
commit 6280ec62a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ parser.add_argument(
args = parser.parse_args()
SERVER_ADDRESS = (args.host, args.port)
SERVER_PATH = args.path
SERVER_PATH = args.server_path
MATRIX_URL = args.matrix_url
MATRIX_ID = args.matrix_id
MATRIX_PW = args.matrix_pw