ping timeout

master
3err0 5 years ago
parent 72ae1b1df5
commit 20a9ce89af

@ -44,7 +44,7 @@ def ping(message):
if not ip:
bot.send_message(message.chat.id, 'Используйте комманду /ping 127.0.0.1: ')
else:
resource = os.system("ping -c 1 " + ip)
resource = os.system("ping -c 1 -w 1 " + ip)
if resource == 0:
bot.reply_to(message, "Is UP")
else:
@ -88,4 +88,4 @@ if __name__ == '__main__':
except Exception as e:
print(e)
finally:
os.remove(pidf)
os.remove(pidf)

Loading…
Cancel
Save