Skip to content

Commit 22fc7a1

Browse files
author
Jeff Ammons
committed
Update copyright date
1 parent b97c922 commit 22fc7a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Slack Technologies, Inc
3+
Copyright (c) 2015-2016 Slack Technologies, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

slackclient/_slackrequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def do(token, request="?", post_data=None, domain="slack.com"):
2929
post_data['token'] = token
3030
files = {'file': post_data.pop('file')} if 'file' in post_data else None
3131

32-
return requests.post(url, data=post_data, files=files)
32+
return requests.post(url, data=post_data, files=files)

0 commit comments

Comments
 (0)