From 5ab15fc3bc549f57b4c6fc771a64c6bb6d5a5d1f Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Fri, 18 Feb 2022 19:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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') +