Update PyPi and README, another time

This commit is contained in:
mirai
2023-03-08 19:43:59 +03:00
parent b99ccbc2f9
commit 574e2b8d2f
3 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -27,12 +27,12 @@ pip install secured_console_chat
```
import asyncio
import cmd_chat
from secured_console_chat import run
asyncio.run(
run()
)
if __name__ == '__main__':
asyncio.run(
cmd_chat.run()
)
```
# How crypting works?