Browse Source

FIXBUG: не применился перевод

devel
Dmitry Novikov 9 years ago
parent
commit
a0849b45ec
  1. 2
      chatbot/telebot.py

2
chatbot/telebot.py

@ -113,7 +113,7 @@ class DjingTelebot(helper.ChatHandler):
# пингуем адрес
def ping(self, ip=None):
if ip is None:
self._question("Let's ping, write ip. It will be necessary to wait 10 seconds", self.ping)
self._question(_("Let's ping, write ip. It will be necessary to wait 10 seconds"), self.ping)
return
try:
socket.inet_aton(ip)

Loading…
Cancel
Save