aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-05-03 08:54:58 +1200
committerGitHub <noreply@github.com>2018-05-03 08:54:58 +1200
commit165a4be7a963262e5a914a45dfb2a91b4c2ee5da (patch)
tree2cb91cf83faa58bb921f816996ce5f676dfe406c /examples
parentd12186a935fa8fbaa1cebc5b5ae79c2bdeb78afe (diff)
parentf380a77deedbc4c11f11f273384d5fdf14d3f4fe (diff)
downloadmitmproxy-165a4be7a963262e5a914a45dfb2a91b4c2ee5da.tar.gz
mitmproxy-165a4be7a963262e5a914a45dfb2a91b4c2ee5da.tar.bz2
mitmproxy-165a4be7a963262e5a914a45dfb2a91b4c2ee5da.zip
Merge pull request #3091 from cortesi/dietick
Remove the tick event
Diffstat (limited to 'examples')
-rw-r--r--examples/addons/events.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/addons/events.py b/examples/addons/events.py
index 674ab4c8..cd714ba0 100644
--- a/examples/addons/events.py
+++ b/examples/addons/events.py
@@ -167,11 +167,6 @@ class Events:
loaded.
"""
- def tick(self):
- """
- A regular ticker - called approximately once every 100ms.
- """
-
def update(self, flows: typing.Sequence[mitmproxy.flow.Flow]):
"""
Update is called when one or more flow objects have been modified,