aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
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))