mirror of https://github.com/coddrago/Heroku
Update test.py
parent
6f5ac9935b
commit
4d35ecd98a
|
@ -313,7 +313,7 @@ class TestMod(loader.Module):
|
|||
logs = self.lookup("evaluator").censor(logs)
|
||||
|
||||
logs = BytesIO(logs.encode("utf-16"))
|
||||
logs.name = "hikka-logs.txt"
|
||||
logs.name = "heroku-logs.txt"
|
||||
|
||||
ghash = utils.get_git_hash()
|
||||
|
||||
|
|
Loading…
Reference in New Issue