summaryrefslogtreecommitdiff
path: root/crocoite/warc.py
diff options
context:
space:
mode:
Diffstat (limited to 'crocoite/warc.py')
-rw-r--r--crocoite/warc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crocoite/warc.py b/crocoite/warc.py
index 4106995..3a084a1 100644
--- a/crocoite/warc.py
+++ b/crocoite/warc.py
@@ -241,7 +241,7 @@ class WarcHandler (EventHandler):
ControllerStart: _writeControllerStart,
}
- def push (self, item):
+ async def push (self, item):
for k, v in self.route.items ():
if isinstance (item, k):
v (self, item)