Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Mar 25, 2023
1 parent b3ef5a8 commit 0ffba77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ from address_ping_system import aps

my_aps_client = aps("MyNarunoPass")

result = my_aps_client.ping("client_address", "server_address")
result = my_aps_client.ping("server_address")

print(result)

Expand All @@ -58,7 +58,7 @@ my_aps_client.close()

also you can use in command line:
```console
aps --password MyNarunoPass ping "client_address" "server_address"
aps --password MyNarunoPass ping "server_address"
```


Expand Down

0 comments on commit 0ffba77

Please sign in to comment.