Skip to content

Commit ee9ab48

Browse files
committed
test: add comment that I modified wsgi_liveserver.py
1 parent 457da4d commit ee9ab48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/wsgi_liveserver.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
__version__ = '0.3.1'
2020
__license__ = 'GPLv3'
2121

22+
"""
23+
Classmethod probe_ports() added by John Rouillard 2024.
24+
"""
2225

2326
class QuietHandler(WSGIRequestHandler):
2427
def log_request(*args, **kwargs):

0 commit comments

Comments
 (0)