update
This commit is contained in:
@@ -82,7 +82,7 @@ def try_pretty_json(s: str):
|
||||
return None
|
||||
|
||||
|
||||
async def run(args):
|
||||
async def run_capture(args):
|
||||
in_memory_index = {}
|
||||
|
||||
# runtime/shared state for handlers
|
||||
@@ -539,6 +539,6 @@ if __name__ == '__main__':
|
||||
# normalize capture types to a set
|
||||
args.capture_types = {t.strip().lower() for t in args.capture_types.split(',') if t.strip()}
|
||||
try:
|
||||
asyncio.run(run(args))
|
||||
asyncio.run(run_capture(args))
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user