Add missing files (#347)

This commit is contained in:
cybermaggedon 2025-04-24 19:02:51 +01:00 committed by GitHub
parent 3b021720c5
commit 76e85d895b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 132 additions and 0 deletions

View file

@ -17,6 +17,10 @@ def show_flows(url):
flow_ids = api.flow_list()
if len(flow_ids) == 0:
print("No flows.")
return
print(flow_ids)
flows = []