Skip to content

Commit 4dd7a65

Browse files
authored
Update website_status_check.py
1 parent 0743c73 commit 4dd7a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_status_check/website_status_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def check_url(url):
1414
return "Website not found!"
1515

1616
url=input("Please enter a website, inclusive of 'http://' > ")
17-
print(check_url(url))
17+
print check_url(url)

0 commit comments

Comments
 (0)