Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
R2Boyo25 committed Mar 25, 2022
1 parent 76d7ea1 commit 43f324d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def out(self):
o += self.process.stdout.read().decode()

if o.strip().strip("\n") != "":
self.curout.append(o)
self.curout.append(o.strip("\n"))

return "\n".join(self.curout)

Expand Down
4 changes: 4 additions & 0 deletions source/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@

.inline {
display: inline-block;
}

body {
background: #EEEEEE;
}

0 comments on commit 43f324d

Please sign in to comment.