summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip@Muscogee.localdomain>2020-04-28 22:51:18 +0100
committerPhilip Sargent <philip@Muscogee.localdomain>2020-04-28 22:51:18 +0100
commit76a6b501f3fdebe370c9ad37679c97681c47af67 (patch)
treed066e4a537544133deb3e2e42f5a961b4c0249d2 /databaseReset.py
parentecf92e2079924cbb058347b4d1d075bd52598b78 (diff)
downloadtroggle-76a6b501f3fdebe370c9ad37679c97681c47af67.tar.gz
troggle-76a6b501f3fdebe370c9ad37679c97681c47af67.tar.bz2
troggle-76a6b501f3fdebe370c9ad37679c97681c47af67.zip
LoadPos not-found cache working
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py3
1 files changed, 2 insertions, 1 deletions
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):