mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
Merge pull request #327 from Zomnut/master
Fix command line redirect error
This commit is contained in:
commit
5f6de3e0e9
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -18,7 +18,7 @@
|
|||
|
||||
import re
|
||||
import pkgutil
|
||||
import sys, os, time, json
|
||||
import sys, os, time, json, readline
|
||||
import optparse
|
||||
import platform
|
||||
from decimal import Decimal
|
||||
|
|
Loading…
Add table
Reference in a new issue