fix issue

pull/410/head
vapao 2021-09-01 14:09:27 +08:00
parent c0d7db81b5
commit 3485d36b85
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Job:
if not self.token:
with self.ssh:
return self.ssh.exec_command(self.command)
self.send('\x1b[36m### Executing ...\x1b[0m\r')
self.send('\x1b[36m### Executing ...\x1b[0m\r\n')
code = -1
try:
with self.ssh: