Update wayback.py

This commit is contained in:
Namhyeon Go 2024-03-13 16:16:17 +09:00 committed by GitHub
parent db07be976a
commit 33f924d441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,5 @@ class Wayback(Extension):
self.connection_type = "wayback"
def connect(self, conn, data, webserver, port, scheme, method, url):
previous_page_content = get_previous_page_content(url)
previous_page_content = get_previous_page_content(url.decode(client_encoding))
conn.send(previous_page_content.encode(client_encoding)