mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Update error message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user