Updated .gitignore
Updated client.py Deleted preview.png Deleted server.py Added server/server.py
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
/venv/
|
/venv/
|
||||||
test_rsa.py
|
test_rsa.py
|
||||||
.gitignore
|
.gitignore
|
||||||
|
commiter.py
|
||||||
@@ -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"]:
|
||||||
|
|||||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user