removed trailing spaces, reran black
This commit is contained in:
parent
5c1971956e
commit
c6d28f7047
4 changed files with 13 additions and 13 deletions
|
|
@ -6,20 +6,20 @@ if __name__ == "__main__":
|
|||
name = ARGV.pop(0)
|
||||
welcome = (
|
||||
""
|
||||
+ " ⣠⣾⢿⣿⣷⣦ \n"
|
||||
+ " ⣀⣼⢟⡱⣆⡹⠹⣿⣇ ⢠⣶⣿⠿⣦⡀ \n"
|
||||
+ " ⠈⠛⠛⠊⠉⠁ ⠹⣿⣧⡀ ⢠⣿⠏⠁⠝⢪⣻⡦ \n"
|
||||
+ " ⠙⢻⣿⡄ ⣴⣿⠏ \n"
|
||||
+ " ⣿⣷ ⢸⣿⠁ \n"
|
||||
+ " ⢀⣽⣿⣿⣿⣿⣿⣶⣦⣼⠟ \n"
|
||||
+ " ⣀⡀ ⢀⣴⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣷⡀ \n"
|
||||
+ "⢀⣴⣿⡿⢿⣷⡄ ⣼⣿⣿⣿⣿ ⠈⠙⠻⣿⣿⣿⣿⣷ \n"
|
||||
+ " ⣠⣾⢿⣿⣷⣦\n"
|
||||
+ " ⣀⣼⢟⡱⣆⡹⠹⣿⣇ ⢠⣶⣿⠿⣦⡀\n"
|
||||
+ " ⠈⠛⠛⠊⠉⠁ ⠹⣿⣧⡀ ⢠⣿⠏⠁⠝⢪⣻⡦\n"
|
||||
+ " ⠙⢻⣿⡄ ⣴⣿⠏\n"
|
||||
+ " ⣿⣷ ⢸⣿⠁\n"
|
||||
+ " ⢀⣽⣿⣿⣿⣿⣿⣶⣦⣼⠟\n"
|
||||
+ " ⣀⡀ ⢀⣴⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣷⡀\n"
|
||||
+ "⢀⣴⣿⡿⢿⣷⡄ ⣼⣿⣿⣿⣿ ⠈⠙⠻⣿⣿⣿⣿⣷\n"
|
||||
+ "⣾⣿⠱⠉⠛⣿⣿⣄ ⣀⣿⣿⣿⣿⣿ ⣀⣽⣿⣿⣿ ⣠⣶⣿⣷⣦⡀\n"
|
||||
+ "⠈⠁ ⠙⠿⠿⠛⠛⢻⣿⣿⣿⣿ ⣀⣴⣾⣿⣿⣿⣿⣿⣤⣾⣿⡿⠖⡯⢿⣷\n"
|
||||
+ " ⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⠛⠛⠉ ⠹⠟\n"
|
||||
+ " ⢀⣴⡾⠟⠿⣿⣿⣿⣿⠿⢿⡍ \n"
|
||||
+ " ⣀⣾⡟ ⠈⣿⣶⣤⣤⣄⡀ \n"
|
||||
+ " ⣰⣾⣿⣿⣿⣿⠏ ⠈⠛⠛⢿⣿⣿⣦ \n"
|
||||
+ " ⢀⣴⡾⠟⠿⣿⣿⣿⣿⠿⢿⡍\n"
|
||||
+ " ⣀⣾⡟ ⠈⣿⣶⣤⣤⣄⡀\n"
|
||||
+ " ⣰⣾⣿⣿⣿⣿⠏ ⠈⠛⠛⢿⣿⣿⣦\n"
|
||||
+ " ⠛⠉⠉⠉⠉ _ _ ⠈⠻⣿⣿⣇_ _\n"
|
||||
+ " ___ __ _ _ _(_)__| |___ __| | |\n"
|
||||
+ "(_-</ _` | || | / _` |___/ _` | |\n"
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@ import typing
|
|||
|
||||
from .downloader import main as real_main
|
||||
|
||||
|
||||
def main(args: [str], name: str) -> int:
|
||||
return real_main(args=args, name=name)
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class LinodeProxy:
|
|||
create_cmd = (
|
||||
"linode-cli --json linodes create "
|
||||
+ "--image linode/arch "
|
||||
+ '--authorized_keys '
|
||||
+ "--authorized_keys "
|
||||
+ '"'
|
||||
+ self.pubkey
|
||||
+ '"'
|
||||
|
|
|
|||
|
|
@ -39,4 +39,3 @@ def runcmd(args):
|
|||
except KeyboardInterrupt:
|
||||
proc.terminate()
|
||||
return b""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue