Skip to content

Commit

Permalink
feat: log config when using site-version command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Oct 25, 2024
1 parent d5ff2c8 commit 5e8a40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ktoolbox/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async def version():
async def site_version():
# noinspection SpellCheckingInspection
"""Show current Kemono site app commit hash"""
logger.info(repr(config))
ret = await get_app_version()
return ret.data if ret else ret.message

Expand Down

0 comments on commit 5e8a40d

Please sign in to comment.