diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2019-06-08 01:16:06 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2019-06-08 01:16:06 +0300 |
commit | e40189f685a5a4a7f48d46acb9283d3e5b27a8aa (patch) | |
tree | c0cacf28294c1df92ab5cfafa119e1b082c31fa4 | |
parent | minor remote fixes (diff) | |
download | pomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.tar.gz pomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.tar.bz2 pomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.zip |
Disabled standalone mode
-rw-r--r-- | pomu/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/cli.py b/pomu/cli.py index 1d4ce39..862042f 100644 --- a/pomu/cli.py +++ b/pomu/cli.py @@ -159,7 +159,7 @@ def search(query, fetch_only): def main_(): try: - main.main(standalone_mode=False) + main.main() except ResultException as e: print(str(e)) |