Skip to content

Commit

Permalink
Merge pull request #28 from oranoran/lobbyists-service-url
Browse files Browse the repository at this point in the history
Fixed broken lobbyists URL
  • Loading branch information
OriHoch authored Feb 23, 2018
2 parents b145291 + a3c0295 commit a6a70d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knesset_data/dataservice/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
'votes': "http://knesset.gov.il/KnessetOdataService/VotesData.svc",
'messages': "http://knesset.gov.il/KnessetOdataService/KnessetMessagesData.svc",
'mmm': "http://knesset.gov.il/KnessetOdataService/MMMData.svc",
'lobbyists': "http://knesset.gov.il/KnessetOdataService/LobbyistData.svc",
'lobbyists': "http://knesset.gov.il/Odata/Lobbyists.svc/V_Lobbyists",
}

0 comments on commit a6a70d7

Please sign in to comment.