diff --git a/bin/__init__.py b/bin/__init__.py index c022218..bb425f3 100644 --- a/bin/__init__.py +++ b/bin/__init__.py @@ -3,4 +3,11 @@ # @Author: markushammered@gmail.com # @Development Tool: PyCharm # @Create Time: 2022/2/17 -# @File Name: __init__.py \ No newline at end of file +# @File Name: __init__.py + + +import os + +if not os.path.exists('./bin/log'): + os.mkdir('./bin/log') +