Skip to content

Commit 49ec406

Browse files
bump version to 2.3.4
1 parent 11663a0 commit 49ec406

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.3.3'
1+
__version__ = '2.3.4'
22
__author__ = 'ego-lay-atman-bay'
33
__credits__ = [
44
{
@@ -63,8 +63,9 @@ def createLogger(type = 'file', filename = 'logs/log.log', debug = False):
6363
logger = logging.getLogger(__name__)
6464
logger.info(filename)
6565

66+
_log_filename_date_format = "%m-%d-%y_%H-%M-%S"
6667

67-
_log_filename = f'logs/{datetime.now().strftime("%m-%d-%y_%H-%M-%S")}.log'
68+
_log_filename = f'logs/{datetime.now().strftime(_log_filename_date_format)}.log'
6869

6970
debug = False
7071

0 commit comments

Comments
 (0)