Rev4253, Hotfix siteCreate CLI

This commit is contained in:
shortcutme 2019-10-30 03:09:28 +01:00
parent ee8e3c3c9c
commit 1f453b6c13
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4252
self.rev = 4253
self.argv = argv
self.action = None
self.pending_changes = {}

View File

@ -145,7 +145,6 @@ class Actions(object):
def siteCreate(self, use_master_seed=True):
logging.info("Generating new privatekey (use_master_seed: %s)..." % config.use_master_seed)
return
from Crypt import CryptBitcoin
if use_master_seed:
from User import UserManager