fix good
This commit is contained in:
parent
684da26e30
commit
467bf28a58
1 changed files with 1 additions and 1 deletions
2
cc/good
2
cc/good
|
@ -1,4 +1,4 @@
|
|||
import subprocess
|
||||
s = subprocess.run(["date"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
dait = s.stdout.rstrip()
|
||||
dait = s.stdout.decode().rstrip()
|
||||
print(f"Good {dait} everyone.")
|
Loading…
Reference in a new issue