move Dockerfile to docs

This commit is contained in:
pycook
2023-09-05 14:49:34 +08:00
parent 17828a7631
commit c25c1e4e4b
5 changed files with 15 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ def build_api_key(path, params):
_secret = "".join([path, secret, values]).encode("utf-8")
params["_secret"] = hashlib.sha1(_secret).hexdigest()
params["_key"] = key
return params