Also make sure listing flows works correctly

master
Bradlee Speice 2016-08-23 16:38:54 -04:00
parent f2390ba34f
commit 8af4330f45
1 changed files with 1 additions and 1 deletions

View File

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