aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2019-06-08 01:16:06 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2019-06-08 01:16:06 +0300
commite40189f685a5a4a7f48d46acb9283d3e5b27a8aa (patch)
treec0cacf28294c1df92ab5cfafa119e1b082c31fa4
parentminor remote fixes (diff)
downloadpomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.tar.gz
pomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.tar.bz2
pomu-e40189f685a5a4a7f48d46acb9283d3e5b27a8aa.zip
Disabled standalone mode
-rw-r--r--pomu/cli.py2
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))