mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-11 16:35:14 +00:00
Update wayback.py
This commit is contained in:
parent
db07be976a
commit
33f924d441
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user