Skip to content

Commit dc98c26

Browse files
authored
Update 1.py
1 parent 09e089b commit dc98c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def check_server_status(url):
4343
print('|!| WARNING! "{}" Is a high latency '.format(latency))
4444
print("===================================")
4545
elif latency == 750:
46-
print("[!!!] Latency has passed 750! please, check your network's traffic!!!", 'WARNING: {}'.format(latency))
46+
print("[!!!] Latency has passed 750! [!!!] ", 'WARNING: {}'.format(latency))
4747
return False
4848
else:
4949
print('latency: {} ms'.format(latency))

0 commit comments

Comments
 (0)