diff options
Diffstat (limited to 'harvester_submit_week_for_approval.py')
| -rw-r--r-- | harvester_submit_week_for_approval.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/harvester_submit_week_for_approval.py b/harvester_submit_week_for_approval.py index f0fa46f..e7dfbb7 100644 --- a/harvester_submit_week_for_approval.py +++ b/harvester_submit_week_for_approval.py @@ -142,7 +142,7 @@ class WeekIsComplete(object): headers={ 'Harvest-Account-ID': self.account_id, 'Authorization': 'Bearer {}'.format(self.api_token), - 'User-Agent': 'harvester-submit-week-for-approval (TODO email address or link to app)', + 'User-Agent': 'harvester-submit-week-for-approval (https://github.com/teddywing/harvester-submit-week-for-approval)', 'Content-Type': 'application/json', }, params={ |
