Skip to content

Commit

Permalink
Update ClientTest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAhmedEG authored Mar 14, 2023
1 parent 14abfe9 commit 19678c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientTest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from PyWinRD.Client import WinRDClient

client = WinRDClient(host='45.47.127.246', password='test')
client = WinRDClient(password='test')

client.connect()

Expand Down

0 comments on commit 19678c8

Please sign in to comment.