PyPi Update

This commit is contained in:
mirai
2023-03-08 19:26:21 +03:00
parent bad818c7e9
commit 4554d76d0b
2 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ async def run_client(
async def run() -> None:
action: int = int(input("Choose action:\n1. Run server\n2. Run client\nAction: "))
action: int = int(
input("Choose action:\n1. Run server\n2. Run client\nAction: ")
)
if action == 1:
await run_server(
input("IP: "),