From cb397ec788519069aeb785f4a635f30a897288b5 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 6 Feb 2014 00:53:39 +0100 Subject: fix bugs, expose timestamp information to console ui --- libmproxy/protocol/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmproxy/protocol/__init__.py') diff --git a/libmproxy/protocol/__init__.py b/libmproxy/protocol/__init__.py index f23159b2..78930e05 100644 --- a/libmproxy/protocol/__init__.py +++ b/libmproxy/protocol/__init__.py @@ -35,9 +35,9 @@ class TemporaryServerChangeMixin(object): without any need to expose the ConnectionHandler to the Flow. """ - def change_server(self): + def change_server(self, address, ssl): self._backup_server = True - raise NotImplementedError + raise NotImplementedError("You must not change host port port.") def restore_server(self): if not hasattr(self,"_backup_server"): -- cgit v1.2.3