Example #1
0
def tor_updater():
    tor.updater()
Example #2
0
 def test_tor_updater(self):
     db_file_path = tor.updater()
     self.assertTrue(os.path.exists(db_file_path))