From f8570eb3a287a7907ded6f45599686da7fde65b7 Mon Sep 17 00:00:00 2001 From: jackjack-jj Date: Tue, 3 Sep 2013 21:54:17 +0200 Subject: [PATCH] fix bug --- pywallet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywallet.py b/pywallet.py index 854a06e..75ece59 100644 --- a/pywallet.py +++ b/pywallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -pywversion="2.1.1" +pywversion="2.1.2" never_update=False # @@ -4936,7 +4936,7 @@ if __name__ == '__main__': if options.datadir is not None: wallet_dir = options.datadir - if options.datadir is not None: + if options.walletfile is not None: wallet_name = options.walletfile if 'twisted' not in missing_dep and options.web is not None: