Revert "Add missing files (#347)"

This reverts commit 76e85d895b.
This commit is contained in:
Cyber MacGeddon 2025-04-25 19:02:08 +01:00
parent 9c83aaf773
commit 6698ac74d7
4 changed files with 0 additions and 132 deletions

View file

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