diff options
author | Kyomotoi <[email protected]> | 2020-10-26 13:37:09 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-26 13:37:09 +0800 |
commit | 116b846b8f55eaab906c026cf9ea31a5a6402e51 (patch) | |
tree | 75fcc5e05b28dd015c813e9a5144e1948ff2eeef | |
parent | 4ff45fb4944ccb800ff9d27c6f72bf0d7a0ed64b (diff) | |
download | ATRI-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
@@ -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"]) |