bump version

This commit is contained in:
callebtc
2022-10-30 00:28:54 +02:00
parent e5b18b4f3b
commit 45bd624555

View File

@@ -414,7 +414,8 @@ async def info(ctx):
print(f"Cashu dir: {CASHU_DIR}")
if ENV_FILE:
print(f"Settings: {ENV_FILE}")
print(f"Tor enabled: {TOR}")
if TOR:
print(f"Tor enabled: {TOR}")
if SOCKS_HOST:
print(f"Socks proxy: {SOCKS_HOST}:{SOCKS_PORT}")
print(f"Mint URL: {MINT_URL}")