Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 76a92b09 authored by JONGLEZ Baptiste's avatar JONGLEZ Baptiste
Browse files

cli: enable shiny IPython colors

parent f32b4d76
No related branches found
No related tags found
1 merge request!7Improve SSL user experience on Grid'5000
...@@ -43,7 +43,7 @@ def main(): ...@@ -43,7 +43,7 @@ def main():
else: else:
motd += "* A new client (variable gk) has been created\n" motd += "* A new client (variable gk) has been created\n"
motd += MOTD_END motd += MOTD_END
IPython.embed(header=motd) IPython.embed(header=motd, colors="neutral")
def auth(user: str): def auth(user: str):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment