1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-28 13:41:31 -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

View File

@ -30,7 +30,7 @@ def build_cron_file():
def list_flows(): def list_flows():
pass print("Avaiable:" + "\n\t".join(flows.keys()))
def handle_commandline(): def handle_commandline():