You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
253 B
Plaintext

2 years ago
from network.ValhallaServer import ValhallaServer
server = ValhallaServer(server_address="http://localhost", server_port=str(5000), server_user="user", server_access_password="sekret_password", logging_level="DEBUG")
server.authenticate()
# vim:ft=py