Forráskód Böngészése

changed banner on rdb sessions so the line can be copy/pasted easier for telnet access [https://github.com/celery/celery/issues/3243]

jonathan vanasco 8 éve
szülő
commit
7fb651014e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      celery/contrib/rdb.py

+ 1 - 1
celery/contrib/rdb.py

@@ -73,7 +73,7 @@ Please specify one using the CELERY_RDB_PORT environment variable.
 """
 
 BANNER = """\
-{self.ident}: Please telnet into {self.host} {self.port}.
+{self.ident}: Ready to connect: telnet {self.host} {self.port}
 
 Type `exit` in session to continue.