mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-19 02:25:56 +03:00
[cleanup] Misc (#16697)
Authored by: Grub4K, bashonly Co-authored-by: bashonly <bashonly@protonmail.com>
This commit is contained in:
co-authored by
bashonly
parent
25056f0d2d
commit
821bef0f00
@@ -102,6 +102,7 @@ class HTTPTestHandler(http.server.BaseHTTPRequestHandler):
|
||||
self.end_headers()
|
||||
self.wfile.write(json.dumps(list(self.headers.items())).encode())
|
||||
|
||||
|
||||
class HTTPTestServer(http.server.HTTPServer):
|
||||
@property
|
||||
def address(self, /):
|
||||
|
||||
Reference in New Issue
Block a user