Skip to content

Commit b5f03b1

Browse files
committed
Add banner
1 parent 3a9b386 commit b5f03b1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

httptransponder.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@ def get_time():
7474

7575

7676
# Main
77-
print("")
78-
print("= httptransponder - HTTP status code for " + ENDPOINT)
79-
print("= Stop the execution of the script with Ctrl-c")
77+
print ("""
78+
__ __ __ __ __
79+
| |--| |_| |_.-----| |_.----.---.-.-----.-----.-----.-----.-----.--| |-----.----.
80+
| | _| _| _ | _| _| _ | |__ --| _ | _ | | _ | - _| _|
81+
|__|__|____|____| __|____|__| |___._|__|__|_____| __|_____|__|__|___._|_____|__|
82+
|__| |__|
83+
""")
84+
print(" httptransponder - HTTP status code for " + ENDPOINT)
85+
print(" Stop the execution of the script with Ctrl-c")
8086
print("")
8187
OLD_STATUS_CODE = get_status_code(ENDPOINT)
8288

0 commit comments

Comments
 (0)