Update PyPi and README, another time
This commit is contained in:
parent
b99ccbc2f9
commit
574e2b8d2f
10
README.MD
10
README.MD
|
|
@ -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?
|
||||
|
|
|
|||
4
main.py
4
main.py
|
|
@ -1,7 +1,7 @@
|
|||
from cmd_chat import run
|
||||
import asyncio
|
||||
import cmd_chat
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(
|
||||
run()
|
||||
cmd_chat.run()
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user