summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-10-26 13:37:09 +0800
committerGitHub <[email protected]>2020-10-26 13:37:09 +0800
commit116b846b8f55eaab906c026cf9ea31a5a6402e51 (patch)
tree75fcc5e05b28dd015c813e9a5144e1948ff2eeef
parent4ff45fb4944ccb800ff9d27c6f72bf0d7a0ed64b (diff)
downloadATRI-116b846b8f55eaab906c026cf9ea31a5a6402e51.tar.gz
ATRI-116b846b8f55eaab906c026cf9ea31a5a6402e51.tar.bz2
ATRI-116b846b8f55eaab906c026cf9ea31a5a6402e51.zip
Rename html.py to api.py
-rw-r--r--api.py (renamed from html.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.py b/api.py
index 01f2473..6b4260f 100644
--- a/html.py
+++ b/api.py
@@ -239,4 +239,4 @@ if __name__ == '__main__':
with open(file_info, 'r') as f:
file_info = json.load(f)
import uvicorn
- uvicorn.run(app, host=file_info["html"]["ip"], port=file_info["html"]["port"]) \ No newline at end of file
+ uvicorn.run(app, host=file_info["html"]["ip"], port=file_info["html"]["port"])