1
0
mirror of https://github.com/bspeice/metrik synced 2026-06-11 07:41:40 -04:00

Also make sure listing flows works correctly

This commit is contained in:
Bradlee Speice
2016-08-23 16:38:54 -04:00
parent f2390ba34f
commit 8af4330f45
+1 -1
View File
@@ -30,7 +30,7 @@ def build_cron_file():
def list_flows():
pass
print("Avaiable:" + "\n\t".join(flows.keys()))
def handle_commandline():