diff --git a/ktoolbox/cli.py b/ktoolbox/cli.py index 56cf3dd..044cd4a 100644 --- a/ktoolbox/cli.py +++ b/ktoolbox/cli.py @@ -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