Updated .gitignore

Updated client.py
Deleted preview.png
Deleted server.py
Added server/server.py
This commit is contained in:
mirai 2022-12-01 10:13:43 +03:00
parent b538085f43
commit 88b4b95b02
4 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/venv/ /venv/
test_rsa.py test_rsa.py
.gitignore .gitignore
commiter.py

View File

@ -55,7 +55,7 @@ class Client:
if last_try == r.json(): if last_try == r.json():
continue continue
last_try = r.json() last_try = r.json()
os.system("cls") os.system("clear")
if len(last_try['status']) > 0: if len(last_try['status']) > 0:
i = 0 i = 0
for msg in last_try["status"]: for msg in last_try["status"]:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB