Skip to content

Commit f313013

Browse files
committed
Bump version
1 parent 0c187a4 commit f313013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = "Kitty Flask Demo"
77
__short_title__ = "kitty"
88
__description__ = ""
9-
__version__ = (0, 1, 1, 191118)
9+
__version__ = (0, 1, 2, 191121)
1010

1111
version = '.'.join(map(str, __version__))
1212
DEBUG = True
@@ -39,7 +39,7 @@
3939
SECRET_KEY = "12345" # TODO: move out the sensitive data
4040

4141
LOGGING = True
42-
LOG_FILE = join(LOG_DIR, "webui {}.log".format(strftime(TIMESTAMP_FORMAT).replace(' ', '_')))
42+
LOG_FILE = join(LOG_DIR, "flaskapp_{}.log".format(strftime(TIMESTAMP_FORMAT).replace(' ', '_')))
4343
LOG_FORMAT = "[%(asctime)s] <%(filename)s:%(funcName)s:%(lineno)d> %(levelname)s - %(message)s", \
4444
"%Y-%m-%d %H:%M:%S",
4545
IPP = 15

0 commit comments

Comments
 (0)