1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-04 22:48:11 -05:00

Fix printing one more time

This commit is contained in:
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():