We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc4e1e commit aea8778Copy full SHA for aea8778
ServerChecker/serverChecker.py
@@ -19,4 +19,5 @@ def is_running(site):
19
print(f'There is a problem with {site}.com!')
20
21
if input("Would You like to check another website(Y/N)? ") in {'n', 'N'}:
22
- break
+ break
23
+
0 commit comments