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:
parent
fd20fa574f
commit
ba479389bd
@ -1,2 +1,2 @@
|
|||||||
__version__ = '0.1.1'
|
__version__ = '0.1.2'
|
||||||
__release__ = __version__
|
__release__ = __version__
|
@ -30,7 +30,7 @@ def build_cron_file():
|
|||||||
|
|
||||||
|
|
||||||
def list_flows():
|
def list_flows():
|
||||||
print("Avaiable:" + "\n\t".join(flows.keys()))
|
return "Avaiable:\n\t" + "\n\t".join(flows.keys())
|
||||||
|
|
||||||
|
|
||||||
def handle_commandline():
|
def handle_commandline():
|
||||||
|
Loading…
Reference in New Issue
Block a user