This commit is contained in:
ed 2021-03-21 01:55:12 +01:00
parent 7aace470c5
commit afbfa04514
2 changed files with 2 additions and 2 deletions

View file

@ -505,7 +505,7 @@ class Up2k(object):
def _run_one_mtp(self, ptop): def _run_one_mtp(self, ptop):
db_path = os.path.join(ptop, ".hist", "up2k.db") db_path = os.path.join(ptop, ".hist", "up2k.db")
sz0 = os.path.getsize(db_path) sz0 = os.path.getsize(db_path) // 1024
force = {} force = {}
timeout = {} timeout = {}

View file

@ -1396,7 +1396,7 @@ var mukey = (function () {
ev(e); ev(e);
var notation = this.getAttribute('value'); var notation = this.getAttribute('value');
load_notation(notation); load_notation(notation);
render(); try_render();
} }
function load_notation(notation) { function load_notation(notation) {