Updated .gitignore
Updated client.py Deleted preview.png Deleted server.py Added server/server.py
This commit is contained in:
parent
b538085f43
commit
88b4b95b02
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
preview.png
BIN
preview.png
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
Loading…
Reference in New Issue
Block a user