Skip to content

Commit 9f07900

Browse files
author
Gerd Augsburg
committed
Added Balduro to AUTHORS.rst and fixed line length
1 parent 809fe4b commit 9f07900

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Contributors
99
The following wonderful people contributed directly or indirectly to this project:
1010

1111
- `Avanatiker <https://github.com/Avanatiker>`_
12+
- `Balduro <https://github.com/Balduro>`_
1213
- `bimmlerd <https://github.com/bimmlerd>`_
1314
- `ErgoZ Riftbit Vaper <https://github.com/ergoz>`_
1415
- `franciscod <https://github.com/franciscod>`_

telegram/updater.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,18 @@ def start_polling(self, poll_interval=1.0, timeout=10, network_delay=2):
9191
# Return the update queue so the main thread can insert updates
9292
return self.update_queue
9393

94-
def start_webhook(self, listen='127.0.0.1', port=80, url_path='', cert=None, key=None):
94+
def start_webhook(self,
95+
listen='127.0.0.1',
96+
port=80,
97+
url_path='',
98+
cert=None,
99+
key=None):
95100
"""
96101
Starts a small http server to listen for updates via webhook. If cert
97102
and key are not provided, the webhook will be started directly on
98-
http://listen:port/url_path, so SSL can be handled by another application. Else,
99-
the webhook will be started on https://listen:port/url_path
103+
http://listen:port/url_path, so SSL can be handled by another
104+
application. Else, the webhook will be started on
105+
https://listen:port/url_path
100106
101107
Args:
102108
listen (Optional[str]): IP-Address to listen on

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy