Fix printing one more time

master
Bradlee Speice 2016-08-23 16:47:05 -04:00
parent fd20fa574f
commit ba479389bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
__release__ = __version__

View File

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