mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-18 20:57:56 +00:00
full rate!
This commit is contained in:
parent
a57a4512a9
commit
db4efceedd
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user