From 49c7326fa66fa4730817fae739d4c57e7ac25175 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Tue, 19 Dec 2023 10:43:16 +0000
Subject: [PATCH] fix scripts for internal changes

---
 ebpfcat/scripts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebpfcat/scripts.py b/ebpfcat/scripts.py
index 13d030c..a0ec667 100644
--- a/ebpfcat/scripts.py
+++ b/ebpfcat/scripts.py
@@ -45,7 +45,7 @@ async def info():
 
     if args.terminal is None:
         terminals = range(await ec.count())
-        terms = [Terminal() for t in terminals]
+        terms = [Terminal(ec) for t in terminals]
         for t in terms:
             t.ec = ec
         await asyncio.gather(*(t.initialize(-i, i + 7)
-- 
GitLab