mirror of
https://github.com/torproject/collector.git
synced 2024-11-27 11:20:25 +00:00
Rename BridgeReader, so that the distinction to BridgeSnapshotReader becomes more clear.
This commit is contained in:
parent
16408671e8
commit
5fd186168c
@ -59,8 +59,8 @@ public class Main {
|
||||
// TODO prevent overlapping runs by cron and manually!!
|
||||
ArchiveReader ar = new ArchiveReader(cp, sdp, eip, "archives",
|
||||
directories.keySet());
|
||||
BridgeReader br = new BridgeReader(csfh, bsfh, "bridges",
|
||||
countries);
|
||||
SanitizedBridgesReader sbr = new SanitizedBridgesReader(csfh, bsfh,
|
||||
"bridges", countries);
|
||||
}
|
||||
|
||||
// Download current descriptors
|
||||
|
Loading…
Reference in New Issue
Block a user