fixed code quality, added doc string

This commit is contained in:
cis-kuldeep 2021-05-24 13:59:45 +05:30
parent cc253503b4
commit 5cfdf9db68

View File

@ -9,4 +9,5 @@ def static_dir(path):
if __name__ == "__main__":
"""Return the pathname of the directory."""
app.run(host="0.0.0.0", port=5000, debug=True)