From c422b9934767e8a256dcdd2ae757b85aad678285 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 10 Feb 2022 05:48:11 +0100 Subject: [PATCH] Update error message --- kleinanzeigen_bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kleinanzeigen_bot/__init__.py b/kleinanzeigen_bot/__init__.py index 3f9e59a..01555c8 100644 --- a/kleinanzeigen_bot/__init__.py +++ b/kleinanzeigen_bot/__init__.py @@ -482,5 +482,5 @@ def main(args:Iterable[str]): if __name__ == "__main__": utils.configure_console_logging() - LOG.error("Direct execution not supported. Use 'python -m kleinanzeigen_bot'") + LOG.error("Direct execution not supported. Use 'pdm run app'") sys.exit(1)