Skip to content

Commit

Permalink
Add Item queue and name to jsonData
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 27, 2020
1 parent ca9c4c2 commit d88c179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def __init__(self, queue: str, number: int) -> None:
self.dateReceived = self.__getMostRecentHeaderByType("Date")

self.jsonData = {
"queue": self.queue,
"number": self.number,
"lastUpdated": self.lastUpdated,
"headers": self.headers,
"content": self.content,
Expand Down

0 comments on commit d88c179

Please sign in to comment.