From 4b681153d42c911b2bfa14e3e8587e4ac8063e7c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 20 Aug 2024 08:00:00 +0800 Subject: min width attempt --- _/ps.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_/ps.py b/_/ps.py index 284c82f..827be35 100644 --- a/_/ps.py +++ b/_/ps.py @@ -37,9 +37,11 @@ while True: + "Content-Transfer-Encoding: base64\r\n" + "\r\n" + base64.standard_b64encode( - ("" % open("screen.css").read() + t).encode( - "utf-8" - ) + ( + "" + % open("screen.css").read() + + t + ).encode("utf-8") ).decode("utf-8", "error") ) p.close() -- cgit v1.2.3