Skip to content

Commit

Permalink
Update ECNQueue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 authored Dec 3, 2020
1 parent a6d820f commit 78b1ebf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ def __parseHeaders(self) -> list:
"Sent"
]



for key in message.keys():
headers.append({"type": key, "content": self.__getFormattedDate(message[key]) if key in dateHeaders else message[key]})

Expand Down Expand Up @@ -1347,4 +1345,4 @@ def loadQueues() -> list:
for queue in getValidQueues():
queues.append(Queue(queue))

return queues
return queues

0 comments on commit 78b1ebf

Please sign in to comment.