Skip to content

Commit aea8778

Browse files
authored
Update serverChecker.py
1 parent dbc4e1e commit aea8778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ServerChecker/serverChecker.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ def is_running(site):
1919
print(f'There is a problem with {site}.com!')
2020

2121
if input("Would You like to check another website(Y/N)? ") in {'n', 'N'}:
22-
break
22+
break
23+

0 commit comments

Comments
 (0)