We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b386 commit b5f03b1Copy full SHA for b5f03b1
httptransponder.py
@@ -74,9 +74,15 @@ def get_time():
74
75
76
# Main
77
-print("")
78
-print("= httptransponder - HTTP status code for " + ENDPOINT)
79
-print("= Stop the execution of the script with Ctrl-c")
+print ("""
+ __ __ __ __ __
+ | |--| |_| |_.-----| |_.----.---.-.-----.-----.-----.-----.-----.--| |-----.----.
80
+ | | _| _| _ | _| _| _ | |__ --| _ | _ | | _ | - _| _|
81
+ |__|__|____|____| __|____|__| |___._|__|__|_____| __|_____|__|__|___._|_____|__|
82
+ |__| |__|
83
+""")
84
+print(" httptransponder - HTTP status code for " + ENDPOINT)
85
+print(" Stop the execution of the script with Ctrl-c")
86
print("")
87
OLD_STATUS_CODE = get_status_code(ENDPOINT)
88
0 commit comments