1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Fixed font and color for the configuration wizard

This commit is contained in:
samson0v
2021-09-22 14:07:57 +03:00
parent 4d74282f15
commit ff536dde20

View File

@@ -158,9 +158,9 @@ def configure():
}
]
f = Figlet(font='small')
print(colored(f.renderText('ThingsBoard'), color='green', attrs=['bold']), sep='')
print(colored(f.renderText('IoT Gateway'), color='blue', attrs=['bold']))
f = Figlet(font='slant')
print(colored(f.renderText('ThingsBoard'), color='white'))
print(colored(f.renderText('IoT Gateway'), color='red'))
print(colored('Welcome to ThingsBoard IoT Gateway configuration Wizard', 'cyan'))
print(colored('Let\'s configure you Gateway by answering on questions below ⬇\n'))