Parse bridge blocking info from SQL database.
commit5e0ed0af43e876c3305ab75c782ac67b51ea1eb9
authorPhilipp Winter <phw@torproject.org>
Wed, 8 Jul 2020 20:23:53 +0000 (8 20:23 +0000)
committerPhilipp Winter <phw@torproject.org>
Wed, 8 Jul 2020 20:23:53 +0000 (8 20:23 +0000)
treedc4986e53ae477d9496cef2f37c4c00b8dc3f6af
parentd8b73ecd65664bf60f61a72b3fb4e233663a6bee
Parse bridge blocking info from SQL database.

The plan currently is that wolpertinger will populate our SQL database
with bridge blocking info provided by OONI.  This patch adds code that
parses this data and adds it to our existing bridge objects.

This fixes tpo/anti-censorship/bridgedb#34260.
CHANGELOG
bridgedb/Storage.py
bridgedb/main.py
bridgedb/test/test_Storage.py