Merge lp:~facundo/ubuntu-rest-scopes/more-7digital-forbidden-countries into lp:ubuntu-rest-scopes

Proposed by Facundo Batista
Status: Merged
Approved by: Roberto Alsina
Approved revision: 502
Merged at revision: 502
Proposed branch: lp:~facundo/ubuntu-rest-scopes/more-7digital-forbidden-countries
Merge into: lp:ubuntu-rest-scopes
Diff against target: 12 lines (+1/-1)
1 file modified
src/scopes/sevendigital.py (+1/-1)
To merge this branch: bzr merge lp:~facundo/ubuntu-rest-scopes/more-7digital-forbidden-countries
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+286297@code.launchpad.net

Commit message

Avoid 401 for UY and IS.

Description of the change

Avoid 401 for UY and IS.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/scopes/sevendigital.py'
--- src/scopes/sevendigital.py 2016-01-25 13:39:45 +0000
+++ src/scopes/sevendigital.py 2016-02-17 12:12:59 +0000
@@ -90,7 +90,7 @@
90TITLE_TRACKS = "Tracks"90TITLE_TRACKS = "Tracks"
9191
92# list of countries that we can not send to 7digital92# list of countries that we can not send to 7digital
93UNAUTHORIZED_COUNTRIES = set("AR BR CO DK ID MX TH ZA".split())93UNAUTHORIZED_COUNTRIES = set("AR BR CO DK ID IS MX TH UY ZA".split())
94DEFAULT_COUNTRY = 'GB'94DEFAULT_COUNTRY = 'GB'
9595
96# the categories96# the categories

Subscribers

People subscribed via source and target branches