full rate!

This commit is contained in:
Michaela Wheeler 2021-12-19 15:24:35 +11:00
parent a57a4512a9
commit db4efceedd

View File

@ -331,10 +331,10 @@ def upload(event, context):
)
to_sns.append(payload)
if to_sns:
last = to_sns.pop()
to_sns = to_sns[::3]
to_sns.append(last)
# if to_sns:
# last = to_sns.pop()
# to_sns = to_sns[::3]
# to_sns.append(last)
post(to_sns)
return errors
def lambda_handler(event, context):