Updated run_server.sh

Added server/__pycache__/server.cpython-310.pyc
Updated server/server.py
This commit is contained in:
mirai
2022-12-01 10:25:41 +03:00
parent 1191d22fd2
commit 2b2b0ec8d7
3 changed files with 3 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -1,5 +1,5 @@
from sanic import Sanic, Request, response
from sanic.response import HTTPResponse
from sanic import Sanic, Request, response
from cryptography.fernet import Fernet
import rsa