Skip to content

Commit e3d123e

Browse files
committed
Updated list of authors and removed unused HTTP_ERRORS set
1 parent 254839b commit e3d123e

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
express or implied. See the Apache License Version 2.0 for the specific
1515
language governing permissions and limitations there under.
1616
17-
Authors: Anuj More, Alex Dean
17+
Authors: Anuj More, Alex Dean, Fred Blundun
1818
Copyright: Copyright (c) 2013-2014 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
@@ -40,6 +40,7 @@
4040
authors_list = [
4141
'Anuj More',
4242
'Alexander Dean',
43+
'Fred Blundun'
4344
]
4445
authors_str = ', '.join(authors_list)
4546

snowplow_tracker/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
express or implied. See the Apache License Version 2.0 for the specific
1515
language governing permissions and limitations there under.
1616
17-
Authors: Anuj More, Alex Dean
17+
Authors: Anuj More, Alex Dean, Fred Blundun
1818
Copyright: Copyright (c) 2013-2014 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""

snowplow_tracker/tracker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
DEFAULT_ENCODE_BASE64 = True
3333
DEFAULT_PLATFORM = "pc"
3434
SUPPORTED_PLATFORMS = set(["pc", "tv", "mob", "cnsl", "iot"])
35-
HTTP_ERRORS = set(["Host not found", "No address associated with name",
36-
"No address associated with hostname", ])
3735
DEFAULT_VENDOR = "com.snowplowanalytics"
3836

3937

0 commit comments

Comments
 (0)