mirror of https://github.com/coddrago/Heroku
Update test.py
parent
6b2eef8fc1
commit
a68391521d
|
@ -370,8 +370,9 @@ class TestMod(loader.Module):
|
|||
ping_hint=(
|
||||
(self.config["hint"]) if random.choice([0, 0, 1]) == 1 else ""
|
||||
),
|
||||
hostname=subprocess.run(['hostname'], stdout=subprocess.PIPE).stdout.decode('utf-8'),
|
||||
),
|
||||
hostname=subprocess.run(['hostname'], stdout=subprocess.PIPE).stdout.decode().strip(),
|
||||
user=subprocess.run(['whoami'], stdout=subprocess.PIPE).stdout.decode().strip(),
|
||||
),
|
||||
)
|
||||
|
||||
async def client_ready(self):
|
||||
|
|
Loading…
Reference in New Issue