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)