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 09e089b commit dc98c26Copy full SHA for dc98c26
1.py
@@ -43,7 +43,7 @@ def check_server_status(url):
43
print('|!| WARNING! "{}" Is a high latency '.format(latency))
44
print("===================================")
45
elif latency == 750:
46
- print("[!!!] Latency has passed 750! please, check your network's traffic!!!", 'WARNING: {}'.format(latency))
+ print("[!!!] Latency has passed 750! [!!!] ", 'WARNING: {}'.format(latency))
47
return False
48
else:
49
print('latency: {} ms'.format(latency))
0 commit comments