removed cryptoshim, work on peers, added test
This commit is contained in:
parent
52fb4b139b
commit
6c61626e0f
4 changed files with 20 additions and 20 deletions
|
@ -50,7 +50,7 @@ class Onionr:
|
|||
if not os.path.exists('data/'):
|
||||
os.mkdir('data/')
|
||||
|
||||
if os.path.exists('data/peers.db'):
|
||||
if not os.path.exists('data/peers.db'):
|
||||
onionrCore.createPeerDB()
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue