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:
@@ -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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user