File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1313 PodMeRegion .NO : "https://payment.schibsted.no" ,
1414 PodMeRegion .SE : "https://login.schibsted.com" ,
1515 PodMeRegion .FI : "https://login.schibsted.fi" ,
16- PodMeRegion .DK : "https://login.schibsted.dk" ,
1716}
1817PODME_AUTH_CLIENT_ID = {
1918 PodMeRegion .NO : "62557b19f552881812b7431c" ,
2019 PodMeRegion .SE : "62557c04db3a6b00de7d7a53" ,
21- PodMeRegion .FI : "62557b19f552881812b7431c" , # TODO: Check
22- PodMeRegion .DK : "62557b19f552881812b7431c" , # TODO: Check
20+ PodMeRegion .FI : "625546a9db3a6b00de7d7a52" ,
2321}
2422
2523DEFAULT_REQUEST_TIMEOUT = 15
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ class PodMeRegion(IntEnum):
5555 SE = 1
5656 NO = 2
5757 FI = 3
58- DK = 4
5958
6059 def __repr__ (self ):
6160 return self .name
You can’t perform that action at this time.
0 commit comments