From 76a6b501f3fdebe370c9ad37679c97681c47af67 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 28 Apr 2020 22:51:18 +0100 Subject: LoadPos not-found cache working --- databaseReset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databaseReset.py') diff --git a/databaseReset.py b/databaseReset.py index 686b1ba..6c03509 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -234,7 +234,8 @@ class JobQueue(): for line in _iterdump(djconn): f.write('%s\n' % line.encode("utf8")) - # now import the memory image sql into (to do) + # now import the memory image sql into + ####(to do) return True def showprofile(self): -- cgit v1.2.3