From 5c4c93b8bf8c14f558cfcadc7e10647e3369df0c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 25 Jan 2021 21:16:40 -0800 Subject: [PATCH] fix responsive sources --- pub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pub.py b/pub.py index c054e37..4411c48 100755 --- a/pub.py +++ b/pub.py @@ -13,9 +13,9 @@ session = boto3.Session(profile_name='push') s3 = session.client('s3') -bench_fmt = """""" +bench_fmt = """""" -bench_view_ftm = """""" +bench_view_ftm = """""" TYPE_MAP = { 'asc': 'text/plain',