Skip to content

Commit e79e687

Browse files
committed
cosmetic status_settings
1 parent ae33e45 commit e79e687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mytonctrl/mytonctrl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ def mode_status(ton, args):
461461

462462
def settings_status(ton, args):
463463
from modules import SETTINGS
464-
color_print(f'''{{cyan}}===[ SETTINGS ]==={{endc}}''')
465464
table = [["Name", "Description", "Mode", "Default value", "Current value"]]
466465
for name, setting in SETTINGS.items():
467466
current_value = ton.local.db.get(name)

0 commit comments

Comments
 (0)