diff --git a/50_bubble.py b/50_bubble.py

index 16ac164..eca1a30 100644

--- a/50_bubble.py

+++ b/50_bubble.py

@@ -370,8 +370,8 @@ Bubble is open source:



             if not is_deleted:

                 summary = post.summary.strip() # remove any spurious whitespace

- src += strip_invalid(summary) if not self.is_short_preview \

- else shorten_text(strip_invalid(summary), SHORT_PREVIEW_LEN) + '\n'

+ src += (strip_invalid(summary) if not self.is_short_preview

+ else shorten_text(strip_invalid(summary), SHORT_PREVIEW_LEN)) + '\n'

             else:

                 src += "(only visible to author)\n"



Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/0a4533566d540647a32a79b1de3fccc70dcb3858
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
33.380806 milliseconds
Gemini-to-HTML Time
0.472264 milliseconds

This content has been proxied by September (ba2dc).