mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-24 16:17:37 +01:00
Small change in the documentation.
This commit is contained in:
parent
afc36a235b
commit
f443003408
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class WebhookHandler(BaseHTTPServer.BaseHTTPRequestHandler, object):
|
|||
string contains any % escapes requiring parameters, they should be specified as subsequent
|
||||
arguments (it's just like printf!).
|
||||
|
||||
The client ip and current date/time are prefixed to every message.
|
||||
The client ip is prefixed to every message.
|
||||
"""
|
||||
|
||||
self.logger.debug("%s - - %s" % (self.address_string(), format % args))
|
||||
|
|
Loading…
Reference in a new issue