removed cryptoshim, work on peers, added test

This commit is contained in:
Kevin Froman 2018-01-10 02:40:25 -06:00
parent 52fb4b139b
commit 6c61626e0f
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 20 additions and 20 deletions

View file

@ -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