correctly import add in blockmetadb
This commit is contained in:
parent
2b64cc9ba4
commit
e4ec850b60
@ -17,7 +17,7 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
'''
|
'''
|
||||||
import sqlite3, os, sys, time, json, uuid
|
import os, sys, time, json, uuid
|
||||||
import logger, netcontroller, config
|
import logger, netcontroller, config
|
||||||
from onionrblockapi import Block
|
from onionrblockapi import Block
|
||||||
import coredb
|
import coredb
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import sqlite3
|
import sqlite3
|
||||||
from . import expiredblocks, updateblockinfo
|
from . import expiredblocks, updateblockinfo, add
|
||||||
def get_block_list(core_inst, dateRec = None, unsaved = False):
|
def get_block_list(core_inst, dateRec = None, unsaved = False):
|
||||||
'''
|
'''
|
||||||
Get list of our blocks
|
Get list of our blocks
|
||||||
|
Loading…
Reference in New Issue
Block a user