Skip to content

Commit

Permalink
Update BaseClient.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine authored Jan 17, 2025
1 parent 04d8e0c commit f713796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/BaseClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ async def main():
# client.name = "..."
# client.max_chunkcount = 0 # requested value will be negotiated between client and server
# client.max_messagesize = 0 # requested value will be negotiated between client and server
# client.set_user = "user"
# client.set_password = "pw"
# client.set_user("user")
# client.set_password("pw")
# await client.set_security_string("Basic256Sha256,SignAndEncrypt,cert.pem,key.pem")

# catching all networkrequests is some times important
Expand All @@ -38,4 +38,4 @@ async def main():


if __name__ == "__main__":
asyncio.run(main())
asyncio.run(main())

0 comments on commit f713796

Please sign in to comment.