更新 main.py,移除清屏后的换行符

This commit is contained in:
2025-04-02 18:17:52 +08:00
Unverified
parent ae400a1f8f
commit 12ca0faf86

View File

@@ -22,7 +22,7 @@ def pseudo_zsh():
sys.stdout.flush()
os.system("clear") # 清屏
print(f"Last login: {datetime.now().strftime('%a %b %d %H:%M:%S %Y')} on ttys000\n")
print(f"Last login: {datetime.now().strftime('%a %b %d %H:%M:%S %Y')} on ttys000")
while True:
try: