mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 12:15:13 +03:00
✨ pretty print settings
This commit is contained in:
+2
-2
@@ -71,10 +71,10 @@ def main():
|
||||
|
||||
logger.info(f"saved settings to {config.config_path}")
|
||||
|
||||
# TODO: pretty print settings ✨
|
||||
if settings:
|
||||
print("Current Settings:")
|
||||
for k, v in settings.items():
|
||||
print(k, v)
|
||||
print(f"\t'{k.upper()}' {v}")
|
||||
|
||||
if not config["token"]:
|
||||
auth = getDeviceAuth()
|
||||
|
||||
Reference in New Issue
Block a user