From 7c46e4c46c8306edc9fcff1c123e09a0d6a7bec4 Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 8 Feb 2023 22:40:25 -0500 Subject: [PATCH] bowl 2 --- homepage/blog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/blog b/homepage/blog index 2619012..1b2d06d 100755 --- a/homepage/blog +++ b/homepage/blog @@ -52,7 +52,7 @@ with open('../$0', 'r') as f: if day.split('\n')[0] == '#!/bin/sh': prefix='\n'.join(day.split('\n')[day.split('\n').index( 'exit 0')+1:])+'\n';continue - elif day.split('\n')[0][:4] == '